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-unsubscr...@camel.apache.org

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

Reply via email to