So I was trying to read in 26 text files that are formatted as XML files but I keep getting this error message. I'm not sure if there is a way to get around this without having to mess with the raw files. Is there a way to fix this? I attached a link to a google drive to the raw files that I am using and I also attached the workflow. Essentially, I am trying to parse out the UI data to retrieve all the information from the raw files. The input files seem to work out nicely but the UI data does not. Any help is appreciated!
https://drive.google.com/drive/folders/1vEaGFfPKTST6MjD4FoDnofC0R47ZabW6?usp=sharing
Hi @Ortega98
Dynamic Input tool can't read the files that have different schema.
You have to use Batch macro.
Hi Akimasa,
After some further googling, I figured that out. I did end up replacing it with a batch macro and it worked a lot better.
Thanks!