ed3c5988 20ba 6721 4b18 91533871bf20 - akesseler/Plexdata.CsvParser GitHub Wiki
Gets or sets the zero-based offset of a column within a CSV dataset. Default value is -1.
Namespace: Plexdata.CsvParser.Attributes
Assembly: Plexdata.CsvParser.NET (in Plexdata.CsvParser.NET.dll) Version: 1.1.3+d5bef99aa35461ce4bafadf0bf2c2aeca18044ea
C#
public int Offset { get; set; }
Type: Int32
The Offset property gets and/or sets the zero-based column index to be used.
The offset value is ignored if it is less than zero. On the other hand, the column ordering might be unexpected in case of two or more column share the same offset value. In any other case, the offset value defines the expected position of a particular column inside a CSV dataset.
CsvColumnAttribute Class
Plexdata.CsvParser.Attributes Namespace