You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Comma Separated Values (CSV) Providers

Apache Wink supports the serializing and de-serializing of data as a CSV.

Reference

Refer to chapter 9, section ‎9.6 TBD for more information on Comma Separated Values.

The following tables list the providers that provide this functionality.

CsvSerializerProvider

TBD

 

Supported

Media Types

Entity

Read

No

N/A

N/A

Write

Yes

text/csv

CsvSerializer

CsvDeserializerProvider

TBD

 

Supported

Media Types

Entity

Read

Yes

text/csv

CsvDeserializer

Write

No

N/A

N/A

Comma Separated Values (CSV) Data Models

Apache Wink provides a CSV data model 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 com.hp.symphony.common.model.csv package.

  • No labels