Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> How to make SQLLoader to understand \n as part of string
Hi,
May be somebody faced this issue before and knows how to solve that.
We have a CSV file where text fields enclosed witrh ("). The issue is that text fields might contain \n (new line - 0x10) character which is treated by SQLLoader as record terminator. Is it any way to tell loader that \n when met after opening apostropha to be treated as part of field and not as record terminator. Here is sample data (note the first line - bbb\nbbbshould be part of the same field:
111,"aaaa","bbb bbb","ccc" 222,"xxxx","yyy", 333,"ffff","ggg","hhhh"
Thank you
Mindaugas Navickas
OCP DBA
-- http://www.freelists.org/webpage/oracle-lReceived on Thu Aug 24 2006 - 16:23:04 CDT
![]() |
![]() |