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.
How do I replace a single "space" character?
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
-
Jim Garacci
Re: How do I replace a single "space" character?
Do a replace with:
Find what: [ ]
Replace with: ,
Make sure regular expression is checked.
Find what: [ ]
Replace with: ,
Make sure regular expression is checked.