What happened to the documented Remove all filter ?

Get help with installation and running here.

Moderators: DataMystic Support, Moderators, DataMystic Support, Moderators, DataMystic Support, Moderators

Post Reply
dfhtextpipe
Posts: 986
Joined: Sun Dec 09, 2007 2:49 am
Location: UK

What happened to the documented Remove all filter ?

Post by dfhtextpipe »

A Remove all filter is described in the Help file as follows:
This filter removes all text.

It is useful in two main situations

1. Inside a subfilter, it prevents any of the subfiltered text from re-entering the text stream. So you could restrict to lines matching a pattern, output the matching lines to a new file, and then remove them.

2. To remove all of the text of a file, then use an Add Header filter with the @fullInputFilename macro to obtain the name of the file.
However, there seems to be no such filter in TextPipe Standard (7.9.5). What happened to it?
dfhtextpipe
Posts: 986
Joined: Sun Dec 09, 2007 2:49 am
Location: UK

Still waiting for response from DataMystic Support

Post by dfhtextpipe »

I am anxious to receive a response on this question. :?:
User avatar
DataMystic Support
Site Admin
Posts: 2227
Joined: Mon Jun 30, 2003 12:32 pm
Location: Melbourne, Australia
Contact:

Post by DataMystic Support »

You're right - the Remove All filter is in TextPipe Pro only. We will update the help file to reflect this.

You can achieve the same result (but not as fast) using a perl pattern search pattern of
.*?
replace with nothing.
Post Reply