| // Do not edit directly! |
| // This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page |
| [id="extensions-beanio"] |
| = BeanIO |
| :linkattrs: |
| :cq-artifact-id: camel-quarkus-beanio |
| :cq-native-supported: false |
| :cq-status: Preview |
| :cq-status-deprecation: Preview |
| :cq-description: Marshal and unmarshal Java beans to and from flat files (such as CSV, delimited, or fixed length formats). |
| :cq-deprecated: false |
| :cq-jvm-since: 3.8.0 |
| :cq-native-since: n/a |
| |
| ifeval::[{doc-show-badges} == true] |
| [.badges] |
| [.badge-key]##JVM since##[.badge-supported]##3.8.0## [.badge-key]##Native##[.badge-unsupported]##unsupported## |
| endif::[] |
| |
| Marshal and unmarshal Java beans to and from flat files (such as CSV, delimited, or fixed length formats). |
| |
| [id="extensions-beanio-whats-inside"] |
| == What's inside |
| |
| * xref:{cq-camel-components}:dataformats:beanio-dataformat.adoc[BeanIO data format] |
| |
| Please refer to the above link for usage and configuration details. |
| |
| [id="extensions-beanio-maven-coordinates"] |
| == Maven coordinates |
| |
| [source,xml] |
| ---- |
| <dependency> |
| <groupId>org.apache.camel.quarkus</groupId> |
| <artifactId>camel-quarkus-beanio</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::[] |