hello,
I have several hundred files with similar file names (bldgX1_1.csv, bldgX1_2.csv, bldgX2_1.csv etc). Each file has an array of data
For example
bldgX1_1.csv
1, 2, 3
2, 3, 4
3, 4, 5
and bldgX1_2.csv
1, 1, 1
1, 1, 1
1, 1, 1
I am wanting to take both of these files and generate one file...