I am having a zipped folder containing several text files within it. I want to unzip this folder using informatica and use text files within it.
I have created a mapping with dummy input flat file source and target.
In the workflow, I have taken
Source Input type - Command
Command type- Command generating data
Command- unzip filename.zip -d {targetpath}
Now what to set for target session properties? Do we have to set output type as file or command here?
When i am setting it as output type as file and executing the workflow, I am getting an error as
The shell command failed with exit code 1.
Standard output and error:
'unzip' is not recognized as an internal or external command,
operable program or batch file.