SQL Loader Issues With CSV Files
Hi, We're trying to load CSV files into custom Oracle tables. This is for HCM. We're on 12.2.10
Some of the fields in the files are multi line and have CRLF at the end of each line within the field. The fields also contain single quotes and '&' symbols. All fields are enclosed in double quotes and separated by a comma. I'm using the replace function to replace any single quotes, '&' and CRLFs within the field, but it doesn't seem to be working. Any references or example of control file scripts that we can use to resolve these issues? Much appreciated!