CSVOptions Properties
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
The CSVOptions type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | ColumnNamesMapping | Columns renaming map. |
![]() | Encoding | Text encoding. Default is UTF8. |
![]() | EncodingName | Gets or sets the text encoding by its web name (IANA standard). For example, "utf-8". This property duplicates the Encoding but can be used with COM/ActiveX object in VBScript, VBA, VisualC++, etc. |
![]() | GenerateColumnHeaders | |
![]() | QuotationCharacter | CSV quotation character. |
![]() | SeparatorCharacter | CSV separation character. |
![]() | UnwrapMultilineValues | Unwrap multiline parsed values. |
See Also