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.
- : Boolean
- # Character separating fields in the generated CSV: comma, semicolon, tab or
- # colon.
- : CsvDelimiter
- # Character used to quote field values that contain the delimiter: double
- # quotation mark or apostrophe.
- : CsvQuotechar
- # Character encoding of the generated CSV file (e.g. "UTF-8").
- : String
- }