Share via


TextFormat Class

Definition

The data stored in text format.

public class TextFormat : Microsoft.Azure.Management.DataFactory.Models.DatasetStorageFormat
type TextFormat = class
    inherit DatasetStorageFormat
Public Class TextFormat
Inherits DatasetStorageFormat
Inheritance

Constructors

TextFormat()

Initializes a new instance of the TextFormat class.

TextFormat(IDictionary<String,Object>, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

Initializes a new instance of the TextFormat class.

Properties

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

(Inherited from DatasetStorageFormat)
ColumnDelimiter

Gets or sets the column delimiter. Type: string (or Expression with resultType string).

Deserializer

Gets or sets deserializer. Type: string (or Expression with resultType string).

(Inherited from DatasetStorageFormat)
EncodingName

Gets or sets 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

Gets or sets the escape character. Type: string (or Expression with resultType string).

FirstRowAsHeader

Gets or sets 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).

NullValue

Gets or sets the null value string. Type: string (or Expression with resultType string).

QuoteChar

Gets or sets the quote character. Type: string (or Expression with resultType string).

RowDelimiter

Gets or sets the row delimiter. Type: string (or Expression with resultType string).

Serializer

Gets or sets serializer. Type: string (or Expression with resultType string).

(Inherited from DatasetStorageFormat)
SkipLineCount

Gets or sets the number of lines/rows to be skipped when parsing text files. The default value is 0. Type: integer (or Expression with resultType integer).

TreatEmptyAsNull

Gets or sets treat empty column values in the text file as null. The default value is true. Type: boolean (or Expression with resultType boolean).

Applies to