CSV remove embedded field commas in a comma delmited file
Posted: Fri Nov 09, 2007 2:56 am
Any ideas on how I can extract embedded commas out of a comma delimited file. Here is an example:
1027,'MAA','SOME ORG, INC.','1110 MAIN ST','EAST PETERSBURG','PA','175201694',717,569,6467,'85-2428','N'
I want to remove the comma in the 'SOME ORG, INC' column (maintaining the other commas as they delimitethe fields
1027,'MAA','SOME ORG, INC.','1110 MAIN ST','EAST PETERSBURG','PA','175201694',717,569,6467,'85-2428','N'
I want to remove the comma in the 'SOME ORG, INC' column (maintaining the other commas as they delimitethe fields