Create Tab delimited TXT file
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
Create Tab delimited TXT file
I have a TXT file space delimited how can i convert to a tab delimited
Greetings G.M
>Search>Replace>
X regular expression
Find what: ', '
Replace with: '\t'
Note ? space after comma.
Cross fingers.
Replace all.
When in doubt in a case like this you could create an example and copy and paste into the search tool.
X regular expression
Find what: ', '
Replace with: '\t'
Note ? space after comma.
Cross fingers.
Replace all.
When in doubt in a case like this you could create an example and copy and paste into the search tool.
Thank you, and
Best Wishes,
Obo
http://buddhadust.net/
check out the What's New? Oblog:
http://buddhadust.net/dhammatalk/dhamma ... ts.new.htm
Best Wishes,
Obo
http://buddhadust.net/
check out the What's New? Oblog:
http://buddhadust.net/dhammatalk/dhamma ... ts.new.htm
-
ben_josephs
- Posts: 2464
- Joined: Sun Mar 02, 2003 9:22 pm
The HOW-TOs forum is not the the right one in which to ask questions. As it says in one place:
Instructional HowTos, posted by users. No questions here please
and in another:
PLEASE DO NOT POST QUESTIONS HERE
But here is an answer:
Search | Replace... (<F8>):
Instructional HowTos, posted by users. No questions here please
and in another:
PLEASE DO NOT POST QUESTIONS HERE
But here is an answer:
Search | Replace... (<F8>):
Find what: _ [Replace the underscore with a space]
Replace with: \t
[X] Regular expression
Replace All