CSVOptions ClassByteScout Invoice Parser SDK
CSV format options.
Inheritance Hierarchy

SystemObject
  ByteScout.InvoiceParserCSVOptions

Namespace:  ByteScout.InvoiceParser
Assembly:  ByteScout.InvoiceParser (in ByteScout.InvoiceParser.dll) Version: 3.0.0.357-master
Syntax

public class CSVOptions

The CSVOptions type exposes the following members.

Constructors

  NameDescription
Public methodCSVOptions
Initializes a new instance of the CSVOptions class
Top
Properties

  NameDescription
Public propertyColumnNamesMapping
Columns renaming map.
Public propertyEncoding
Text encoding. Default is UTF8.
Public propertyQuotationCharacter
CSV quotation character.
Public propertySeparatorCharacter
CSV separation character.
Public propertyUnwrapMultilineValues
Unwrap multiline parsed values.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference