Perhaps one way of doing this would be to mark all matching lines with '$$$$' at the start of each line, and then use VBScript to delete all lines until it...
Hi, Does anybody have any a way of making the output text file from email extration to: 1. Truly left justify the email (non and attached emails) 2. Be able to...
A quick question: does the randomization filter--if applied as a subfilter to a Select:Matching lines filter--apply to groups of contiguous lines or all ...
Hi PgTmp (real names would be nice), 1. Use a search and replace pattern of ^\s* and replace it with nothing. 2. What were your steps? If you use prompt on...
This is something that has been bugging me for a long time(duh). It's the common problem with using regular expressions to replace text up to some delimiter...
Hi everyone, I thought I would let you know that we have created 5 new viewlets (online demos) to demonstrate various aspects of TextPipe. They can be found...
I want to parse a HTML page. I want to get only the title and body without any html-tags. How can I do this? I have problems with this, because when I make a...
As promised, I have attached an example of how to add records to a database using TextPipe's VBSscript filter. The filter opens a database called 'Crystal'...
Hi Daniel, I have attached a filter that counts the number of matches of a string and then outputs it to the end of the file. Regards, Simon Carter, Crystal...
Hi there, The best way to extract text like this is to mark the start of matching lines with special characters, like ###. So search for <title>(.*)</title> ...
Sorry for the delay in responding. The trick is to select EACH WHOLE GROUP of lines to be randomized, and then use the randomize lines filter as a subfilter....
Who can help me with this one? For example: 1)grap the two first lines of a textfile and move them to the end of my textfile. 2)grap a line that includes a...
I am hoping someone out there can easily whip this up for me. Thank you so much if you can as I am on a tight schedule to get this done. In the sample text...
Hi Paul, Save the embedded text to a new .txt file. Then use the Email Menu\MIME\Decode from base64 Make sure you direct the output to a new file! The filename...
TextPipe Pro will do this easily - just use the 'Special Menu\Merge files' filter, choose a destination file, and add all your files to the Files tab. It's...
Hi everybody, I have html files (please see it attached to the message) for which I would like to retain only three parts and without the html tags (I am the...
Hi Henri, Please see: www.crystalsoftware.com.au/textpipe/faq.html#mine The best way is to use search and replace to find the text you are looking for, and...
Hello Simon, Thanks for your answer. My problem is that I have already done 850 pages, and I won't change now it is too much work. But I will take a look at...
Henri, you can use "Remove HTML and SGML" and "Perl Pattern" to accomplish your task. I am uploading your filter to the message files section. Look for ...
Hello, Thanks you for this filter, I will test it. And also it will help me to understand how "perl pattern" works, because I am not really confortable with...
Hi Rick, I'm glad you like the new version. We will be announcing its availability in the next few days. Have you tried using the new replace between tags...
Simon, I was able to end up using the method you described (fairly painlessly I might add!), but I've got a few more questions: 1) In my case, I'm trying to...
Hi Rick, 1. Because of the way TextPipe works, it is time consuming for it to determine whether it has actually changed a file or not! As a simple example, if...
Did you know that you can use DataPipe to apply TextPipe filters to a database? This means that you can perform interactive search and replace, remove extra...
Ok.. I was finally able to get my modifications working 100%.. I ran into some issues with spaces vs. tabs that our GNU Make doesn't like.. I removed the...