Download multiple pdf files from one XML

Post Reply
Qpdv
Member
Posts: 22
Joined: Thu Dec 03, 2015 2:59 pm

Download multiple pdf files from one XML

Post by Qpdv »

I receive an XML file from my client and within that xml file there can be multiple items like business cards, letterheads but also items with a separate inside and cover pdf file.

I currently have a flow where i can only download one of the files.
How can i download all these files and process them?

Thanks in advance!

Peter
User avatar
gabrielp
Advanced member
Posts: 645
Joined: Fri Aug 08, 2014 4:31 pm
Location: Boston
Contact:

Re: Download multiple pdf files from one XML

Post by gabrielp »

You could run this through a script to do so, but if all of the order components are broken out on the same child node, then you could use XML Repeater to create multiple XML files from each child node. Then you could pick them each up and assemble the entire job back together.
Free Switch scripts: open-automation @ GitHub
Free Switch apps: open-automation @ Enfocus appstore

Want to hire me? I'm looking for my next gig. Contact me on LinkedIn or via email.
Post Reply