You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/12/07 09:07:42 UTC

[GitHub] [camel-karavan] Jasmin-Sk opened a new issue, #545: flat file or document conversion connectors

Jasmin-Sk opened a new issue, #545:
URL: https://github.com/apache/camel-karavan/issues/545

   Are there any connectors which can do transformations on flat file or fixed type documents?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-karavan] Jasmin-Sk commented on issue #545: flat file or document conversion connectors

Posted by GitBox <gi...@apache.org>.
Jasmin-Sk commented on issue #545:
URL: https://github.com/apache/camel-karavan/issues/545#issuecomment-1358797887

   Have used marshal/unmarshal with the formats you mentioned above...getting this error - java.lang.IllegalArgumentException: The fieldLengths must have been defined in order to use the fixed-width format.
   Any solution for this...


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-karavan] davsclaus commented on issue #545: flat file or document conversion connectors

Posted by GitBox <gi...@apache.org>.
davsclaus commented on issue #545:
URL: https://github.com/apache/camel-karavan/issues/545#issuecomment-1343057038

   you can look at the camel components or dataformats (inside Karavan) or at
   https://camel.apache.org/components/3.18.x/
   https://camel.apache.org/components/3.18.x/dataformats/index.html
   
   Karvan has a better search than the website as it can search for keywords etc.
   
   ```
   ~/workspace ❯ camel catalog dataformat --filter=csv
    NAME            LEVEL       DESCRIPTION
    bindyCsv        Stable      Marshal and unmarshal between POJOs and Comma separated values (CSV) format
                                using Camel Bindy
    bindyFixed      Stable      Marshal and unmarshal between POJOs and fixed field length format using Camel
                                Bindy
    bindyKvp        Stable      Marshal and unmarshal between POJOs and key-value pair (KVP) format using
                                Camel Bindy
    csv             Stable      Handle CSV (Comma Separated Values) payloads.
    flatpack        Stable      Marshal and unmarshal Java lists and maps to/from flat files (such as CSV,
                                delimited, or fixed length formats) using Flatpack library.
    univocityCsv    Stable      Marshal and unmarshal Java objects from and to CSV (Comma Separated Values)
                                using UniVocity Parsers.
    univocityFixed  Stable      Marshal and unmarshal Java objects from and to fixed length records using
                                UniVocity Parsers.
    univocityTsv    Stable      Marshal and unmarshal Java objects from and to TSV (Tab-Separated Values)
                                records using UniVocity Parsers.
   ```
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-karavan] davsclaus closed issue #545: flat file or document conversion connectors

Posted by GitBox <gi...@apache.org>.
davsclaus closed issue #545: flat file or document conversion connectors
URL: https://github.com/apache/camel-karavan/issues/545


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org