Hello,
I'm using a batch macro to read several csv files from a list of directories and union them together.
| filepaths |
| H:\Users\David\David.csv |
| H:\Users\Sam\new_file.csv |
The schemas are different for some of the files, that's why I'm not using dynamic input. Dynamic inputs works for the files with the same schema though. Using the macro, my issue is that the macro is only reading the first input. Why is that? I'm not sure what I'm doing wrong. Here are some screenshots of my macro.
My input table is a list of the different file paths as shown above. Please help