Hi,
I am rading data from CSv file . I have column delimitter is " but one of my column has value " in it so my record is look like
"1","abc","this "[is not]" ,right"
so while loading data into table "this "[is not]" ,right" column is splitted out in teo cloun this "[is not]" and right" could you please tell me how to handle this situation.
Thanks,