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
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!