i have a flat file which is having a delimiter repeatedly
Hi,
I am facing a problem while loading a flat file data into a table where using SQL*LOADER
sno,name,course,fee
101,ramesh,oracle,5000
102,raju,unix,2000
103,ravindra,kumar,.net,8000
in the above flat file the delimiter is repeated twice in the filed name(4th row)
how can i fix this issue.
let me know any option to complete the task.
Thanks in Advance
0