How to handle ' " '(double quotes) in .csv file during migration
471770Jan 5 2006 — edited May 31 2006I am facing problem in migrating data from sql server 2000 into oracle via .csv file using sql loader.
1>How should i migrate the string which contains ' " ' (double quotes) characters,
as i am enclosing the string in ' " ' in .ctl file (enclosed by ' " ').
is there any syntax in the control file which can migrate the ' " '(double quotes) as it is as the data in the files is 50000 records .?
Thank you..