Question about using REGEXP_REPLACE to replace commas between double quotes
928881Apr 6 2012 — edited Apr 29 2012Hello,
I have been looking around to try to find a solution to my problem but I would like to use the REGEXP_REPLACE function to do the following:
Original String:
TEXT1,TEXT2,"TEXT3,TEXT4,TEXT5",TEXT6,TEXT7,"TEXT8,TEXT9,TEXT10,TEXT11",TEXT12
Desired String:
TEXT1,TEXT2,"TEXT3 TEXT4 TEXT5",TEXT6,TEXT7,"TEXT8 TEXT9 TEXT10 TEXT11",TEXT12
Could anyone help me accomplish this?