Hello,
I have create this simple workflow parsing a XML file. Now I want to apply the workflow on a sequence of XML file stored in the folder.
And join the all together in the same output (SQL Server). The files in this folder are updated every 5 minutes.
Is there anyone one who can give me advice how to apply (re-design) the workflow on a XML sequence?
Thanks,
Solved! Go to Solution.
Hi,
Can you just modify the input file to be \\path\*.xml or are you looking to create multiple outputs (1 for each input)?
Iain