Share via


DelimitedTextDataset.ColumnDelimiter Property

Definition

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

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.columnDelimiter")]
public object ColumnDelimiter { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.columnDelimiter")>]
member this.ColumnDelimiter : obj with get, set
Public Property ColumnDelimiter As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to