I need to remove commas which are contained in between quotes. The following<br>
comma seperated file<br>
<br>
"ADSCB","","","Sean C. Berry","Shyster, Shylock, Shlomb & Shyew","New York,<br>
New York","","","","","267-408-7883","267-408-1566","233-478-2000","233 478<br>
2466",26,6,0,1,0,1,"10/19/1998","08:19"<br>
<br>
Should look like this:<br>
<br>
"ADSCB","","","Sean C. Berry","Shyster Shylock Shlomb & Shyew","New York New<br>
York","","","","","267-408-7883","267-408-1566","233-478-2000","233 478<br>
2466",26,6,0,1,0,1,"10/19/1998","08:19"<br>
<br>
I know I should be using sed, but I cant seem to get it going??<br>
<br>
<br>
Carlo Mauro<br>
cmauro@wlrk.com<br>
WLRK
comma seperated file<br>
<br>
"ADSCB","","","Sean C. Berry","Shyster, Shylock, Shlomb & Shyew","New York,<br>
New York","","","","","267-408-7883","267-408-1566","233-478-2000","233 478<br>
2466",26,6,0,1,0,1,"10/19/1998","08:19"<br>
<br>
Should look like this:<br>
<br>
"ADSCB","","","Sean C. Berry","Shyster Shylock Shlomb & Shyew","New York New<br>
York","","","","","267-408-7883","267-408-1566","233-478-2000","233 478<br>
2466",26,6,0,1,0,1,"10/19/1998","08:19"<br>
<br>
I know I should be using sed, but I cant seem to get it going??<br>
<br>
<br>
Carlo Mauro<br>
cmauro@wlrk.com<br>
WLRK