Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Input multiple xml files (different schemas), add a field and output (don't merge)

SHamilton1
5 - Atom

I have 12 different .xml files. These are all held in the same folder but have different fields / structures. I want to input them all into Alteryx append a new field to each (the same field) and then output all 12 files individually again. I do not want to join or union the individual files. It is possible to do this as a batch process or will I need to produce 12 individual flows one for each xml file?

 

Many thanks!

1 REPLY 1
echuong1
Alteryx Alumni (Retired)

You can achieve this through a batch macro. You'd include the output tool in the macro, so it outputs with each iteration.

Labels
Top Solution Authors