Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Java components to read and write CSV files.
  • An interpretation specification.
  • Variants on the formatting of the CSV files.
  • Various parsing APIs (for example SAX style, DOM style) Potentially SAX/DOM style APIs to handle the parsing.

Initial source

Two basic compatible libraries exist (http://kasparov.skife.org/csv/ by Brian McCallister and http://www.osjava.org/genjava/multiproject/gj-csv/ by Henri Yandell), which could be considered (authors willing) as the basis for a CSV library, and Netcetera have offered to donate their internal CSV component, which on paper looks to be far superior.

...