CSVFile

This is a delegate of type UserExitCSVFile and has the following parameters.

  • IWorkdoc doc

  • ref string recordText

  • string key

This user exit is called for each header line that is output to the CSV file, and used to map custom user literals to their desired value counterparts. For example, to include a custom field in the CSV file output.

The parameter ref string recordText contains the text of the current line that is written to the file and string key is the CSV index group number for the file being processed.

This user exit is available during export processing only.