I have 100+ data sheets and one separate file containing headers.
e.g. header csv
data csv
| Top | L | 12 |
| Bottom | M | 15 |
| Middle | M | 16 |
of course the data csv will not union correctly, but I have tried using the header csv as a template in the dynamic input but I am still getting errors.
csv "has a different field name than the 1st in the set"
How can I use the header csv to union all the csvs?