Package version:

Interface DelimitedTextDataset

Delimited text dataset.

Hierarchy

Properties

annotations?: any[]

List of tags that can be used for describing the Dataset.

columnDelimiter?: any

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

compressionCodec?: any

The data compressionCodec. Type: string (or Expression with resultType string).

compressionLevel?: any

The data compression method used for DelimitedText.

description?: string

Dataset description.

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

escapeChar?: any

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

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

folder?: DatasetFolder

The folder that this Dataset is in. If not specified, Dataset will appear at the root level.

linkedServiceName: LinkedServiceReference

Linked service reference.

The location of the delimited text storage.

nullValue?: any

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

parameters?: {
    [propertyName: string]: ParameterSpecification;
}

Parameters for dataset.

Type declaration

quoteChar?: any

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

rowDelimiter?: any

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

schema?: any

Columns that define the physical type schema of the dataset. Type: array (or Expression with resultType array), itemType: DatasetSchemaDataElement.

structure?: any

Columns that define the structure of the dataset. Type: array (or Expression with resultType array), itemType: DatasetDataElement.

type: "DelimitedText"

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

Generated using TypeDoc