Skip to main content

CsvFormat

Predefined CSV format presets for common applications and standards.

committer/coreJavadoc: CsvFormat

Notes

Selects a predefined CSV format preset that controls delimiters, quoting, and line endings. Presets are available for common formats such as Excel, RFC 4180, MySQL, and others to ensure compatibility with downstream consumers.

Usage

CsvFormat: DEFAULT

Allowed Values

  • DEFAULT
  • EXCEL
  • INFORMIX_UNLOAD1_3
  • INFORMIX_UNLOAD_CSV1_3
  • MONGO_CSV1_7
  • MONGO_TSV1_7
  • MYSQL
  • ORACLE1_6
  • POSTGRESSQL_CSV1_5
  • POSTGRESSQL_TEXT1_5
  • RFC_4180
  • TDF