I’m trying to use Kettle (4.4.0) to download a file from a configurable source and perform various processing steps on it. The first of those steps (after downloading, of course) is unzipping the file in case it is zipped.
I have a “HTTP” step followed by a “Simple Evaluation” followed by an “Unzip File.” Unfortunately, even though the HTTP download succeeds the “Unzip File” step reports “Error.”
INFO 24-04 14:19:39,546 - Set variables - Starting job entry
INFO 24-04 14:19:39,547 - Set variables - Target folder [/Users/<username>/Temp/Kettle/7393/2013-04-24] exists
ERROR 24-04 14:19:39,548 - Set variables - Error
This is with -loglevel Debug. I have attached the configurations of the HTTP download and the unzip file step.
What am I doing wrong here? (I also tried specifying the complete filename in the “Unzip File” step but the result is the same.)
I have a “HTTP” step followed by a “Simple Evaluation” followed by an “Unzip File.” Unfortunately, even though the HTTP download succeeds the “Unzip File” step reports “Error.”
INFO 24-04 14:19:39,546 - Set variables - Starting job entry
INFO 24-04 14:19:39,547 - Set variables - Target folder [/Users/<username>/Temp/Kettle/7393/2013-04-24] exists
ERROR 24-04 14:19:39,548 - Set variables - Error
This is with -loglevel Debug. I have attached the configurations of the HTTP download and the unzip file step.
What am I doing wrong here? (I also tried specifying the complete filename in the “Unzip File” step but the result is the same.)