...
Standard properties of Batches (user, filter, etc)
The separator between rows: fixed at
\n
The separator between columns: fixed at
;
The separator inside columns: fixed at
,
Headers
The order of the columns in the CSV export are is determined by the order in which the Field Definitions appear in the associated profile. As described in the next section, there are multiple corresponding columns for certain Metadata Field Types.
If a label is defined for a field on the profile, the label will be used as header. The language is chosen based on the user that started the batch.
If no label is defined for the field on the profile, the header is chosen based on the option ‘HeaderType’. This is set when creating the batch.
DottedKey: the dotted key of the field is used as header.
LongTranslation: The long translation of the field is used, based on the locale of the user.
Column formatting
The values are determined by the Metadata Field Types of the columns
...