A string representing the row terminator, i.e. the newline string. Note that while Writer instances can write any row terminator whatsoever, the parser can handle only Unix-style "\n" and Windows-style "\r\n" row terminators. (And it can always handle both, even when both are alternately used in the same input CSV data.)
Single UCS-2 character to use when quote-escaping fields.
When set to true, all columns will be quoted when writing CSV output regardless of whether they contain special characters.
Single UCS-2 character representing the column separator.
Generated using TypeDoc
This is an interface describing the configuration options objects which are recognized when configuring Writer and Parser class instances. Note that missing options fields are filled using the default values in the global DefaultOptions object.