FlatFileColumn.ColumnDelimiter Property

Definition

Gets or sets the character that is the column delimiter.

public:
 property System::String ^ ColumnDelimiter { System::String ^ get(); void set(System::String ^ value); };
public string ColumnDelimiter { get; set; }
member this.ColumnDelimiter : string with get, set
Public Property ColumnDelimiter As String

Property Value

A String that contains the character that is the column delimiter in the file.

Remarks

The following table shows the valid values.

Description Characters
Carriage return line feed {CR}{LF}
Carriage return {CR}
Line feed {LF}
Semi-colon {;}
Colon {:}
Comma {,}
Tab {t}
Vertical Bar {|}

Applies to