Text Format Args
The data stored in text format.
Constructors
Properties
The column delimiter. Type: string (or Expression with resultType string).
Deserializer. Type: string (or Expression with resultType string).
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).
The escape character. Type: string (or Expression with resultType string).
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).
The row delimiter. Type: string (or Expression with resultType string).
Serializer. Type: string (or Expression with resultType string).
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 empty column values in the text file as null. The default value is true. Type: boolean (or Expression with resultType boolean).