CSVOptions ClassByteScout Document Parser SDK
CSV format options.
Inheritance Hierarchy

SystemObject
  ByteScout.DocumentParserCSVOptions

Namespace:  ByteScout.DocumentParser
Assembly:  ByteScout.DocumentParser (in ByteScout.DocumentParser.dll) Version: 6.4.1.617-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 propertyEncodingName
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.
Public propertyGenerateColumnHeaders
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