SuperMallen
Programmer
Does anyone have an example of using SQL*Loader to load data with newlines embedded in them?
Ideally, I'd like to have a loader script that loads data akin to this:
Ideally, I'd like to have a loader script that loads data akin to this:
Code:
#ROWID, NAME, DATA
1,"this data","blah blah blah"
2,"newline data", "This data has newlines in it.
How very inconvenient.
Because SQL*Loader will be thinking that it's a new record."