Report Format Type - CSV

Summary

  • AdapTable offers a CSV Report Format which allows grid data to be exported in CSV format

Reports can be given a Report Format of CSV.

CSV formatted Reports can be exported to all destinations.

CSV Separator

By default AdapTable will use a comma (',') to separate the values, but this can be changed by developers using the csvSeparator property in Export Options.

csvSeparator

Default: ','
string
Separator to use in CSV format
CSV Report Format
Fork
  • This demo sets the Current Report Format in Initial State to CSV, and changed the CSV separator to be a '|'
  • Exporting a report will send the data in CSV format with the custom delimiter