CSV output format delimited - available properties

These properties are available if the output format is Delimited:

  • Output Field Delimiter - The character or string that delimits fields. If not specified, the default is the pipe character '|'.
  • Output Row Delimiter - The character or string that terminates a row. If not specified, the default is the newline character '\n'.
  • Output Escape Character - The character to escape field and row delimiters if they appear in the data. By default, there is no escape character. If the field and row delimiters cannot appear in your data, do not define an escape character, since doing so adds processing overhead.