Hi! Doing a project where I am parsing an XML file for data. Easy. Got that part. Everything that I have learned so far is gathering data into a data table and storing multiple records. I would like to do the opposite. 1 xml file essentially transformed into one txt file (or whatever I can print but preferably a PDF) and use some of the data collected as the output file name. So I would get something like element1_element2.pdf(or txt or whatever) out to a specific directory. I can do stuff like this in ABBYY with image files all day.
This is one of my first projects - am I looking at it too close and there is an easy solution? I essentially used the iteratexml.xaml and am pulling the data on a write line activity.
Any help is appreciated!
Thanks so much - Scott