Search found 1 match
- Fri Nov 09, 2007 2:56 am
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: CSV remove embedded field commas in a comma delmited file
- Replies: 1
- Views: 4957
CSV remove embedded field commas in a comma delmited file
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 de...