Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Apache Wink provides a CSV data model and providers for producing and consuming CSV (text/csv). The model is based on a Serialization and a Deserialization interface, in addition to a simple CSV Table class. All of the model classes are located under the comorg.hpapache.symphonywink.common.model.csv package.

...

 

Supported

Media Types

Data Model

Provider registration

Read

Yes

text/csv

org.apache.wink
.common.model
.csv.CsvDeserializer ,

org.apache.wink
.common.model
.csv.CsvTable ,

org.apache.wink
.common.model
.csv.MultiCsvTable

Not required. Registered by default

Write

Yes

text/csv

org.apache.wink
.common.model
.csv.CsvSerializer ,

org.apache.wink
.common.model
.csv.CsvTable ,

org.apache.wink
.common.model
.csv.MultiCsvTable

Not required. Registered by default

...