CSVOptions Class
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
CSV format options.
Inheritance Hierarchy
ByteScout.DocumentParserCSVOptions
Namespace:ByteScout.DocumentParser
Assembly: ByteScout.DocumentParser (in ByteScout.DocumentParser.dll) Version: 6.4.1.617-master
Syntax
The CSVOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | CSVOptions | Initializes a new instance of the CSVOptions class |
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. |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
See Also