| // Do not edit directly! |
| // This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page |
| = uniVocity CSV |
| :cq-artifact-id: camel-quarkus-univocity-parsers |
| :cq-native-supported: true |
| :cq-status: Stable |
| :cq-description: Marshal and unmarshal Java objects from and to CSV (Comma Separated Values) using UniVocity Parsers. |
| :cq-deprecated: false |
| :cq-jvm-since: 1.1.0 |
| :cq-native-since: 1.2.0 |
| |
| [.badges] |
| [.badge-key]##JVM since##[.badge-supported]##1.1.0## [.badge-key]##Native since##[.badge-supported]##1.2.0## |
| |
| Marshal and unmarshal Java objects from and to CSV (Comma Separated Values) using UniVocity Parsers. |
| |
| == What's inside |
| |
| * https://camel.apache.org/components/latest/dataformats/univocity-csv-dataformat.html[uniVocity CSV data format] |
| * https://camel.apache.org/components/latest/dataformats/univocity-fixed-dataformat.html[uniVocity Fixed Length data format] |
| * https://camel.apache.org/components/latest/dataformats/univocity-tsv-dataformat.html[uniVocity TSV data format] |
| |
| Please refer to the above links for usage and configuration details. |
| |
| == Maven coordinates |
| |
| [source,xml] |
| ---- |
| <dependency> |
| <groupId>org.apache.camel.quarkus</groupId> |
| <artifactId>camel-quarkus-univocity-parsers</artifactId> |
| </dependency> |
| ---- |
| |
| Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications. |