TextFormat interface
The data stored in text format.
- Extends
Properties
column |
The column delimiter. Type: string (or Expression with resultType string). |
encoding |
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). |
escape |
The escape character. Type: string (or Expression with resultType string). |
first |
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). |
null |
The null value string. Type: string (or Expression with resultType string). |
quote |
The quote character. Type: string (or Expression with resultType string). |
row |
The row delimiter. Type: string (or Expression with resultType string). |
skip |
The number of lines/rows to be skipped when parsing text files. The default value is 0. Type: integer (or Expression with resultType integer). |
treat |
Treat empty column values in the text file as null. The default value is true. Type: boolean (or Expression with resultType boolean). |
type | Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
deserializer | Deserializer. Type: string (or Expression with resultType string). |
serializer | Serializer. Type: string (or Expression with resultType string). |
Property Details
columnDelimiter
The column delimiter. Type: string (or Expression with resultType string).
columnDelimiter?: any
Property Value
any
encodingName
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).
encodingName?: any
Property Value
any
escapeChar
The escape character. Type: string (or Expression with resultType string).
escapeChar?: any
Property Value
any
firstRowAsHeader
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).
firstRowAsHeader?: any
Property Value
any
nullValue
The null value string. Type: string (or Expression with resultType string).
nullValue?: any
Property Value
any
quoteChar
The quote character. Type: string (or Expression with resultType string).
quoteChar?: any
Property Value
any
rowDelimiter
The row delimiter. Type: string (or Expression with resultType string).
rowDelimiter?: any
Property Value
any
skipLineCount
The number of lines/rows to be skipped when parsing text files. The default value is 0. Type: integer (or Expression with resultType integer).
skipLineCount?: any
Property Value
any
treatEmptyAsNull
Treat empty column values in the text file as null. The default value is true. Type: boolean (or Expression with resultType boolean).
treatEmptyAsNull?: any
Property Value
any
type
Polymorphic discriminator, which specifies the different types this object can be
type: "TextFormat"
Property Value
"TextFormat"
Inherited Property Details
deserializer
Deserializer. Type: string (or Expression with resultType string).
deserializer?: any
Property Value
any
Inherited From DatasetStorageFormat.deserializer
serializer
Serializer. Type: string (or Expression with resultType string).
serializer?: any
Property Value
any
Inherited From DatasetStorageFormat.serializer