Hi,
I am trying to load a csv file however the arrangement of the columns in the file is different than the table I am inserting the data into. Is there a way get the ctl and load the columns in the csv file to match the new table?
csv:
col1, col2, col3
but lets say my table's headings are like:
col3, col1, col2.
Thanks for any help.
I am trying to load a csv file however the arrangement of the columns in the file is different than the table I am inserting the data into. Is there a way get the ctl and load the columns in the csv file to match the new table?
csv:
col1, col2, col3
but lets say my table's headings are like:
col3, col1, col2.
Thanks for any help.