Property FieldDelimiter
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
FieldDelimiter
Gets or sets the character used to separate fields in the CSV input. Defaults to comma (,) for ISO format or the culture list separator for Culture format.
public char FieldDelimiter { get; set; }