I have a file with 150 columns and I only want to select 50 of them.
- File one has all the data, 150 columns and 500k records
- File two has only the names of the columns for the report I need to create.
How can I create a report with the columns in file 2 with the data contained in file 1?