Firsttimeprogrammer
Programmer
Could any one tell me how to insert records from a csv file into oracle. The problem is there are 12 fields in the csv file but only three fields that are to be inserted.
For example I have col1,col2,col3,col4,col5,col6,col7,col8,col9,col10,col11,col12,. But only need col1, col3 and col4 to be inserted.
The condition for the insert is if column 5 is empty..
For example I have col1,col2,col3,col4,col5,col6,col7,col8,col9,col10,col11,col12,. But only need col1, col3 and col4 to be inserted.
The condition for the insert is if column 5 is empty..