Error using stage file with the action: Zip Files
Summary
Error using stage file with the action: Zip FilesContent
I'm working on an integration that reads a list of files and for each one generates a .dat file and compresses in .zip the steps of the integration are the following:
1. I make a query Select an external table to list files from an SFTP1 directory.
2. I have created a For Each cycle to go through each file name.
3. Within the For Each cycle, I send a stored procedure to read a file that receives the name of the For Each position that it is traveling.
4. I use a stage file object with the Write File operation to create the .dat file.
Tagged:
0