Hello
I am trying to create an analytical app.
Scenario :
I have 100 files (File Names: F1-F100) in a folder with "SerialNo" as the primary key for all files.
My app will let the users select the name of the file they want to join together (eg: F1,F5,F7)
The app will then pull all the 3 files and join them with the primary key SerialNo and produce the output.
How can this be done?
Thanks