-
Notifications
You must be signed in to change notification settings - Fork 35
N_CodeJam_TableData
Andrew Koryavchenko edited this page Jul 4, 2017
·
5 revisions
The CodeJam.TableData namespace contains types for working with CSV and fixed with text data formats.
Class | Description | |
---|---|---|
![]() |
CsvFormat | CSV format support. |
![]() |
FixedWidthFormat | Fixed width format support. |
![]() |
TableDataParser | Contains methods for table data parsing. |
Structure | Description | |
---|---|---|
![]() |
DataLine | Line of data. |
Delegate | Description | |
---|---|---|
![]() |
Parser | Reads single line from table data and parses it. |