Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to Uncompress .TBZ file using command line decrypter

Hi
I am trying to decrypt .TBZ file using command line decrypter in tSystem Component using 7Zip utility, My Task is I have Bunch of .tbz Files in a specific drive and i want to uncompress using 7Zip utility. Command i am using is 7za.exe x -y c/tbzdirectory/file1.tbz -o d/tbzuncompressedfiles (with variable file name's). I can able to uncompress the file but file i am getting is with 0KB & this is the way i need to follow (requirement).
-> Is there any other alternate you can suggest and one more quick question what all files can be Unarchived using tFileUnarchive Component.
Any Help is appreciated & its really urgent
thanks
Anil Kumar Burri
Labels (2)
1 Reply
Anonymous
Not applicable
Author

Hi
You can try to use a tSystem component and execute this command to uncompress tbz file .
$ tar -xjf test.tbz -C /tmp/test
Decompressone more quick question what all files can be Unarchived using tFileUnarchive Component.

Decompress an archive file for further processing. Such formats are supported: *.tar.gz , *.tgz, *.tar, *.gz and *.zip.
Shong