Hey guys,
Lets say I had two different files, each with a column of data. So:
(File 1)
1
2
3
And
(File 2)
Friend
Foe
Fighter
In the end, I want to unify these into one large file:
1 Friend
2 Foe
3 Fighter
Each file has an identical number of columns, so that is not an issue. In the end, I will be unifying 20 files or so. Preserving the column order is what is tough for me. After getting something like this tiny example to work, the rest should be straight forward.