Page 1 of 1

How do I replace a single "space" character?

Posted: Fri Jan 18, 2002 5:00 pm
by Bernie Connors
I have some tabular data in a space delimted file and I need to convert it to a comma delimited file. How do I find the spaces " "?.

Bernie.

Re: How do I replace a single "space" character?

Posted: Fri Jan 18, 2002 5:16 pm
by Jim Garacci
Do a replace with:
Find what: [ ]
Replace with: ,

Make sure regular expression is checked.