hello,
I am exporting the csv file to Oracle and having problem with the double quotes in csv file.
Ex:
Emp id, empname, Description, date
“123”, “John Doe”, “this is my test, “this is important””, “1/4/2008”
its putting the values in wrong columns of oracle table
I am not supposed to make any changes to the notes agent to change the outcome.
How can I remove the extra quotes from the description in CSV file? Please let me know.
Thanks
sri