| // Do not edit directly! |
| // This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page |
| [id="extensions-univocity-parsers"] |
| = uniVocity CSV |
| :linkattrs: |
| :cq-artifact-id: camel-quarkus-univocity-parsers |
| :cq-native-supported: true |
| :cq-status: Stable |
| :cq-status-deprecation: 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 |
| |
| ifeval::[{doc-show-badges} == true] |
| [.badges] |
| [.badge-key]##JVM since##[.badge-supported]##1.1.0## [.badge-key]##Native since##[.badge-supported]##1.2.0## |
| endif::[] |
| |
| Marshal and unmarshal Java objects from and to CSV (Comma Separated Values) using UniVocity Parsers. |
| |
| [id="extensions-univocity-parsers-whats-inside"] |
| == What's inside |
| |
| * xref:{cq-camel-components}:dataformats:univocityCsv-dataformat.adoc[uniVocity CSV data format] |
| * xref:{cq-camel-components}:dataformats:univocityFixed-dataformat.adoc[uniVocity Fixed Length data format] |
| * xref:{cq-camel-components}:dataformats:univocityTsv-dataformat.adoc[uniVocity TSV data format] |
| |
| Please refer to the above links for usage and configuration details. |
| |
| [id="extensions-univocity-parsers-maven-coordinates"] |
| == Maven coordinates |
| |
| https://{link-quarkus-code-generator}/?extension-search=camel-quarkus-univocity-parsers[Create a new project with this extension on {link-quarkus-code-generator}, window="_blank"] |
| |
| Or add the coordinates to your existing project: |
| |
| [source,xml] |
| ---- |
| <dependency> |
| <groupId>org.apache.camel.quarkus</groupId> |
| <artifactId>camel-quarkus-univocity-parsers</artifactId> |
| </dependency> |
| ---- |
| ifeval::[{doc-show-user-guide-link} == true] |
| Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications. |
| endif::[] |