Hello, I would like to know if this is possible with Textpipe... I have groups of 3 files: and original, a list of sentences (one sentence per line) appearing...
Hi Jose, You will need a couple of filters to do this. 1) Filter to add "/S= To the start and " To the end of each line of search strings. 2) Filter to add ...
The explanation is that TextPipe opens a new window so that you can still find out what is running in the command line window. You must have added the Convert...
Thank you. Now it is the time for me to buy TextPipe. Regards, José Angel ... have ... perhaps ... 9888 ... remove ... emails ... run ... my ... filter ... in...
Hello all, I send out a newsletter (with attachment) to more than 4000 people. Inevitably, there are always bounce-backs. These bouncebacks are almost always...
Hi all, We've just created a new page that describes TextPipe's architecture, making it easy to understand why it's so much more powerful than other text...
I have used textpipe for some time now, but I am not sure how I would perform the following function: Take a large text file with the following format-...
I am trying to find and replace a pattern and I just can't get it to work. I can't see where my syntax is wrong. Here is my original text. This is repeated...
Hi Ted, You need to enclose the .* in brackets as (.*) to capture the number into replacement slot 1. Then you can use $1 in the replacement text. Regards, ...
... From: ohiotim2 [mailto:tweaver@...] Sent: Wednesday, October 09, 2002 6:33 AM To: textpipe-discuss@yahoogroups.com Subject: [textpipe-discuss]...
Rich Buhler
drrich@...
Oct 13, 2002 7:33 pm
370
Hello, How can I process subfilters from the command line? If I export to command line a filter containing subfilers, the result doesnt consider indentation......
Hello, Is it possible to search for the underlined, bold or italics attributes in Ms Word documents and replace them for text, either with TextPipe Pro or...
Hi Tim, I'm sure that someone in this group can help (Dave, are you around?) Essentially you need to find the last line of each block, and insert a 'file...
Hi Tim, I'm sure that someone in this group can help (Dave, are you around?) Essentially you need to find the last line of each block, and insert a 'file...
Hi José, No - you can't create sub filters from the command line, but you can using COM from VBScript or JScript or any programming language. Regards, Simon ...
Hello, I was trying to solve it until this reply was posted. I did filers to create batch files to produce the new files (empty), directories, and move the...
I download large text files from a mainframe system to a PC to be indexed and then burned onto CD's. I use TextPipe to delete pesky EOF markers, empty...
Hi Jeff, I've attached an example where a VBScript turns on and off sub filters. You can easily modify this code to turn on and off sub filtering for odd ...
Thanks. I used the VB script as a starting point and then heavily modified it to select every line that was not all blanks and at the same time examined it as...
Hello, I have just discovered this discussion forum thanks to Simon's mail about Text Mining. I was actually after finding the areas that this product would be...
Simon, For those of us who use Textpipe more for reporting (complex searches of many files that get merged into a single file output) rather than updating many...
I've got a rule that takes a line in the form of if (ptr == NULL) and changes it into if (ptr == NULL || CHECK_POINTER(ptr)) The problem is that it puts an...
Hi Allan, This will appear in the next release. Thanks for your suggestion! Simon ... searches of many ... updating many ... as the ... window if ... to last ...
Sorry for the late reply, but I just started re-using TextPipe again after a few months away from using it (and can now say I'm a proud registered owner!) and...
Hi José, There is no *easy* way to do this. The only method that will work is to first convert each Word document to RTF format, which is text based. Then you...
Hi Rick, One way would be to use a subfilter of the replace filter with a Find pattern : \s*\) Replace with : ) This will find all right parentheses with...
Hi again José, For registered users, we've just added a Word macro that can be used to convert Word documents to RTF format for TextPipe to operate on them....
Simon, Thanks for the info.. That did the trick and worked 100%.. I didn't even think about using a subfilter.. Sheesh.. I guess it will take a bit of time to...
Simon, As you know, Textpipe Pro is sophisticated and complex software. Hence it allows us to do powerful things. But because of the sophistication, it is ...