OBJECT

CsvOptions

link GraphQL Schema definition

  • type CsvOptions implements ForeignCurrencyOption {
  • # When true, monetary values are also rendered in each record's foreign currency
  • # alongside the base-currency amounts.
  • includeForeignCurrency: Boolean
  • # Character separating fields in the generated CSV: comma, semicolon, tab or
  • # colon.
  • delimiter: CsvDelimiter
  • # Character used to quote field values that contain the delimiter: double
  • # quotation mark or apostrophe.
  • quotechar: CsvQuotechar
  • # Character encoding of the generated CSV file (e.g. "UTF-8").
  • encoding: String
  • }