IanWaterman
Programmer
We have a field VARCHAR2(2000) into which users have started using a special character. I think its a return.
This is not a problem until we try to do our nightly data extract for a warehouse. File exported is pipe delimited txt.
This special char introduces a line into our txt file causing import to fail.
How do I determine what the special character is?
How do I remove it? Can I use REPLACE() in the extraction query?
Thank you
Ian
This is not a problem until we try to do our nightly data extract for a warehouse. File exported is pipe delimited txt.
This special char introduces a line into our txt file causing import to fail.
How do I determine what the special character is?
How do I remove it? Can I use REPLACE() in the extraction query?
Thank you
Ian