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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

gzip with Talend

Hi there,
I'm using Talend 2.0 (V2.1.0M1) under windows with a JAVA project and I'm wondering if there is any component out there that allows me to gzip (UNIX) a file.
There is a tFileArchive but I'm not sure it does the trick.
Any ideas?
Thanks
Rod
Labels (2)
1 Reply
c0utta
Creator
Creator

Hi rpn,
Try using a tSystem component that calls gzip directly. You can feed the output of the process via the OUTPUT variable into another component to do any checking or validation. Make sure you use the RunBefore trigger when you do this, and not a normal flow.
Works for me.
Cheers,
c0utta