Hi Everyone,
I have developed the attached workflow in which I try to download a zip file from a URL, which changes daily based on the date. Then I try to unzip this file by using a dynamic input. However I am getting the error below. It does not make sense because when I configured the dynamic input tool, I have actually specified the XML file in the zip file.
Please ignore the container in my canvas. That is not part of the workflow, it was just for testing.
Can anyone help me with this problem? Thanks community!!
Solved! Go to Solution.
Hi @aeulusan
The bit that is missing in your workflow is a reference to the file within the zip. Think of the archive as an excel workbook (folder) and the xml as a sheet (file). When telling the dynamic input what you'd like to open, you need to specify the full path workbook and the sheet (zip and the xml file).
What you can do, is to create another field using your formula tool called file path and add a reference to the xml file
[filename]+"|||20190502-gleif-concatenated-file-lei2.xml"
and then use this field within the dynamic input tool
Hope that helps.
Michal
Because this is an XML file, you may need to either
What is the expected output?