CsvQuoteMode Enum
Possible conditions for when values in a CSV file should be quoted.
Fields
| Always | All cells will be quoted regardless of value. |
| Default | Only cells with the selected delimiter, quotation marks, or newline characters in its value will be quoted. |
| OnlyText | Only cells with text values will be quoted. |