Package version:
OptionalcolumnThe column delimiter. Type: string (or Expression with resultType string).
OptionaldeserializerDeserializer. Type: string (or Expression with resultType string).
OptionalencodingThe 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).
OptionalescapeThe escape character. Type: string (or Expression with resultType string).
OptionalfirstWhen 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).
OptionalnullThe null value string. Type: string (or Expression with resultType string).
OptionalquoteThe quote character. Type: string (or Expression with resultType string).
OptionalrowThe row delimiter. Type: string (or Expression with resultType string).
OptionalserializerSerializer. Type: string (or Expression with resultType string).
OptionalskipThe number of lines/rows to be skipped when parsing text files. The default value is 0. Type: integer (or Expression with resultType integer).
OptionaltreatTreat empty column values in the text file as null. The default value is true. Type: boolean (or Expression with resultType boolean).
Polymorphic discriminator, which specifies the different types this object can be
The data stored in text format.