Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a zip file, with XML and image files inside.
I need to extract them, and process them.
XML file gets written to a database,
image file will be resized and moved to an appropriate folder (based on XML data)
What components do I need to use to achieve all this?
Right now I got tFileUnarchive -iterate-> tFileList, but from there, I don't know what to do. How to split the flow based on the file type?