Skip to content
rinmalavi edited this page Feb 29, 2012 · 5 revisions

Welcome to doit-csv wiki!

  1. 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.

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

Clone this wiki locally