CsvWriterFieldNamesN
The names of the fields, sub-fields, and attributes that you want to write to the CSV file.
- To specify a field, type the field name.
- To specify a sub-field, type the field name, followed by a forward slash, followed by the name of the sub-field.
- To specify a field attribute, type the field name, followed by a forward slash, followed by the name of the attribute. Prefix the attribute name with the '
@
' character.
The CsvWriter
task always writes the DREREFERENCE
and DRECONTENT
document fields to the CSV file. You do not need to specify these fields. If you specify a field that has multiple values, all of the values are included in the output.
Type: | String |
Default: | |
Required | No |
Configuration Section: | Any section you have defined for CsvWriter task settings |
Example: | CsvWriterFieldNames0=MyField
|
See Also: |
|