Hello everyone. I am trying to produce a batch macro that would allow end users to pass in a datastream, and also a comma delimited list of columns they would like to keep from that datastream. I want to accomplish this using the update action "update inner XML"/
However I am running into the error that "no Fields have been selected for output" when trying to test my macro, and I can't figure out why.
I actually built something extremely similar using the transpose tool. I built a tool taht would take a list of "key fields" and would transpose a dataset across all of the columns by those keys. In theory I had thought this should work the exact same, but I am clearly missing something.
Does anyone have any insight into why this macro might not be working? Thank you very much for your help!
Note: I believe there is a work-around solution where I could use the dynamic re-name and select tool to keep only the columns I want, however I was truly hoping to solve it using the XML method... if the XML method isn't possible I would like to understand why more clearly! :-)