ed3c5988 20ba 6721 4b18 91533871bf20 - akesseler/Plexdata.CsvParser GitHub Wiki

CsvColumnAttribute.Offset Property

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

Syntax

C#

public int Offset { get; set; }

Property Value

Type: Int32
The Offset property gets and/or sets the zero-based column index to be used.

Remarks

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.

See Also

Reference

CsvColumnAttribute Class
Plexdata.CsvParser.Attributes Namespace

⚠️ **GitHub.com Fallback** ⚠️