c7334f4d a34b 3a6e 812a 73eea94130f7 - akesseler/Plexdata.CsvParser GitHub Wiki
The CsvSettings type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Culture | Gets or sets the culture to be used. Default value is current UI culture. |
![]() |
Encoding | Gets or sets the the expected file encoding. Default value is UTF-8. |
![]() |
Exactly | Enables or disables the exactly mode. Default value is false. |
![]() |
Heading | Enables or disables the header usage. Default value is true. |
![]() |
Mappings | Gets or sets the mapping to be used for value transformation. Default value is standard mapping. |
![]() |
Separator | Gets or sets the character that separates each CSV column. Default value is a comma. |
![]() |
Textual | Enables or disables the textual mode. Default value is false. |