Package version:

Interface TextFormat

The data stored in text format.

Hierarchy

Properties

columnDelimiter?: any

The column delimiter. Type: string (or Expression with resultType string).

deserializer?: any

Deserializer. Type: string (or Expression with resultType string).

encodingName?: any

The code page name of the preferred encoding. If miss, the default value is ΓÇ£utf-8ΓÇ¥, unless BOM denotes another Unicode encoding. Refer to the ΓÇ£NameΓÇ¥ column of the table in the following link to set supported values: https://msdn.microsoft.com/library/system.text.encoding.aspx. Type: string (or Expression with resultType string).

escapeChar?: any

The escape character. Type: string (or Expression with resultType string).

firstRowAsHeader?: any

When used as input, treat the first row of data as headers. When used as output,write the headers into the output as the first row of data. The default value is false. Type: boolean (or Expression with resultType boolean).

nullValue?: any

The null value string. Type: string (or Expression with resultType string).

quoteChar?: any

The quote character. Type: string (or Expression with resultType string).

rowDelimiter?: any

The row delimiter. Type: string (or Expression with resultType string).

serializer?: any

Serializer. Type: string (or Expression with resultType string).

skipLineCount?: any

The number of lines/rows to be skipped when parsing text files. The default value is 0. Type: integer (or Expression with resultType integer).

treatEmptyAsNull?: any

Treat empty column values in the text file as null. The default value is true. Type: boolean (or Expression with resultType boolean).

type: "TextFormat"

Polymorphic discriminator, which specifies the different types this object can be

Generated using TypeDoc