-
Notifications
You must be signed in to change notification settings - Fork 2
Home
rinmalavi edited this page Feb 29, 2012
·
5 revisions
Welcome to doit-csv wiki!
-
Provide your configuration through the CSVConfig factory class. Configuration is valid when quotes, new line, delimiter and encoding is set. Default option with ('"', ';' ,'\n', UTF-8) can also be chosen.
-
After you have set a valid configuration, CSVConfig provides get methods that instantiate CSVReader or CSVWriter with their respective stream (input or output).
And remember that the wheel is never round enough!