Jackson extension: CSV data format

This extension package adds support for using Jackson for reading and writing CSV (spec) encoded data.

Support is implemented by implementing low-level support (JsonFactory, JsonParser and JsonGenerator sub-classes) to expose CSV as sequence of JsonToken events.

One additional constraint is that CSV-encoded data needs to have a schema that defines logical names for columns. This can either be explicitly passed, or required to found from the first line of input.

Project

Project home page is at: https://github.com/FasterXML/jackson-dataformat-csv


Back to Jackson Outside of JSON page


CategoryJackson

JacksonExtensionCSV (last edited 2012-04-07 03:42:42 by TatuSaloranta)

Copyright ©2009 FasterXML, LLC