Search found 3 matches

by MilesDadRobin
Wed Feb 01, 2012 7:04 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Remove CRLF To Reformat Text Files
Replies: 4
Views: 8088

Re: Remove CRLF To Reformat Text Files

That was exactly what I needed.

Thanks for your help!

Robin
by MilesDadRobin
Tue Jan 31, 2012 8:39 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Remove CRLF To Reformat Text Files
Replies: 4
Views: 8088

Re: Remove CRLF To Reformat Text Files

Hi David,

Thanks for replying. It's a little bit more than just replacing plain CRLFs

I'm looking for:

---------------------
....word
CRLF
word.....
---------------------


where a line was word-wrapped with a hard CRLF, and replace with:

---------------------
...word word ...
by MilesDadRobin
Sat Jan 28, 2012 3:20 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Remove CRLF To Reformat Text Files
Replies: 4
Views: 8088

Remove CRLF To Reformat Text Files

Hi,

I've searched for hours both in help and this forum but can't find the answer to what I'm sure must be a simple question so sorry if this is an obvious answer.


I have text files which have been hard formatted with lines word-wrapped at a fixed number of characters with a CRLF.

I want to ...