You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 22, 2019. It is now read-only.
Tatu Saloranta edited this page Jun 9, 2015
·
4 revisions
CsvSchema
Most aspects of CSV parsing and generation are controlled by CsvSchema associated with the reader/parser and writer/generator. Schema defines two main kinds of things:
Columns that the CSV document has, to allow for binding logical property name to/from actual physical column in CSV document (by index)
Details of how contents within columns (cell values) are encoded