Share via


DatasetTextFormat.TreatEmptyAsNull Property

Definition

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

public Azure.Core.Expressions.DataFactory.DataFactoryElement<bool> TreatEmptyAsNull { get; set; }
member this.TreatEmptyAsNull : Azure.Core.Expressions.DataFactory.DataFactoryElement<bool> with get, set
Public Property TreatEmptyAsNull As DataFactoryElement(Of Boolean)

Property Value

Applies to