Delimited Text Dataset Args
Delimited text dataset.
Constructors
Properties
List of tags that can be used for describing the Dataset.
The column delimiter. Type: string (or Expression with resultType string).
The data compressionCodec. Type: string (or Expression with resultType string).
The data compression method used for DelimitedText.
Dataset description.
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 folder that this Dataset is in. If not specified, Dataset will appear at the root level.
Linked service reference.
Parameters for dataset.
The row delimiter. Type: string (or Expression with resultType string).