Forum Discussion

FredPereira's avatar
FredPereira
Frequent Visitor
7 years ago
Solved

Pivoting multiple files into one

Hi everyone, I am facing a challenge right now. I need to combine various CSV into one database. The "catch" is: 1. The files have the columns as rows; 2. The files may have different number of r...
  • parry2k's avatar
    7 years ago

    FredPereira See attached, I have created 2 sample tables file1 and file2, look at file1 which is pivoted. Key here is to add unique identifier for each table before pivot. I added index column in both files which work as unique identifier, you can call that index column anything, with any value but it need to be unique for each file.