How to untar a .tar.gz file in Red Hat JBoss Fuse using Camel ?
Issue
- Is there a way to untar a
*.tar.gzfile usingApache CamelComponents. - After the file is untarred, user would want to send the extracted files to 3 different destinations (based on file extensions) - Could both these items be done?
- For example
Example File Name: GF_FAB1_S1234.tar.gz
Extracted File Contents:
GF_FAB1_S1234.txt -> Send to TXT Folder
GF_FAB1_S1234.xml -> Send to XML Folder
GF_FAB1_S1234.std -> Send to STD Folder
Environment
- Red Hat JBoss Fuse
- 6.1.0
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.