Page 1 of 1
Find and Replace with a delete
Posted: Mon Jun 13, 2005 5:12 pm
by boopig
I have these CSV files that I need to strip out all the COMMAS from and want to know if after finding it, I could use something to DELETE the comma too?
-BP
strip out all the COMMAS
Posted: Mon Jun 13, 2005 6:23 pm
by David Haslam
What's wrong about {F8} with Find="," and Replace="" ? (without the quotes!)
Or do you want the CSV fields aligned in columns?
Try Replace="\t" with Regular Expression ticked.
You can adjust the tab spacing for a [new] document class.
I once made my own document class called "Tab Separated Variables" (*.tsv) with tab-spacing=12 which did most if not all that I required at the time.