I have a clob that used end of line as chr(10).
But if chr(10) comes in a line enclosed by quotes it needs to be skipped and be replaced by nothing.
So the question is almost like this thread
1935617
But instead of looking for ',' I am looking for chr(10) between quotes.
If I use the regular expression in the above forum, I donot get the same result....
Any ideas?
Thank you