CSVFileLine
This is a delegate of type UserExitCSVFileLine and has the following parameters.
-
IWorkdoc doc
-
LineData lineData
-
ref string recordText
-
string key
This user exit is called for each line item output to the CSV file. It can also map custom user literals to their desired value counterparts. For example, to include a custom line item component 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 group index number for the file that is processing. The LineData lineData parameter is also passed in, containing details of the current line that is output. If there are multiple line items, this parameter is passed once per line item.
This user exit is available during export processing only.