Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TextFormat

Package version

The data stored in text format.

Hierarchy

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Optional columnDelimiter

columnDelimiter: any

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

Optional deserializer

deserializer: any

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

Optional encodingName

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).

Optional escapeChar

escapeChar: any

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

Optional firstRowAsHeader

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).

Optional nullValue

nullValue: any

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

Optional quoteChar

quoteChar: any

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

Optional rowDelimiter

rowDelimiter: any

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

Optional serializer

serializer: any

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

Optional skipLineCount

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).

Optional treatEmptyAsNull

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

type: "TextFormat"

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

Generated using TypeDoc