What solution do you propose for below problem?
Read input file,create table and finally load data into newly created table. Table column name should be same as input file header name. There will be new table for a different input file.
How can I get the input file column name?