Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
CSV format options.
Inheritance Hierarchy
ByteScout.InvoiceParserCSVOptions
Namespace: ByteScout.InvoiceParser
Assembly: ByteScout.InvoiceParser (in ByteScout.InvoiceParser.dll) Version: 3.0.0.357-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.
|
![]() | 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