Page 1 of 1
Merge Multiple Lines into a Single line
Posted: Sat May 22, 2010 4:06 am
by roonyroo1
hi,
I cant seem to get textpipe to merge multiple lines into a single line, any clues how?
thnx
Re: Merge Multiple Lines into a Single line
Posted: Mon May 24, 2010 4:02 pm
by DataMystic Support
'Merge' has many meanings. What do you mean?
You could simply remove all Cr/LFs by searching for
replace with nothing.
Re: Merge Multiple Lines into a Single line
Posted: Sun Jul 11, 2010 2:41 am
by dfhtextpipe
Or by a space...
Code: Select all
Replace [\r\n] with [ ]
[ ] Match case
[ ] Whole words only
[ ] Case sensitive replace
[ ] Prompt on replace
[ ] Skip prompt if identical
[ ] First only
[ ] Extract matches