Hello, I am a novice and I have two little questions: 1) After having processing some files for which the output result is only one line of text in each file,...
I am trying to remove ALL whitespace in a MS FoxPro 3 style format ie. a "horizontal" records format with records beside each other in an "unlimited" width. Is...
I don't know what foxpro format is but if you want to remove all blanks you can use a search-and-replace filter which will replace a blank with nothing. You...
Hi Henri, 1. You should be using a 'Convert end of line characters' filter (Auto to DOS) before the merge. The merge function doesn't add any extra characters ...
Hi Simon, I have been evaluating Textpipe and it seems like an excellent product! My desicion to purchase is really dependent on one main function that I need...
Hi Richard, Have you looked at our ResumePipe product? It allows TextPipe to access each emailed resume and all the attachments, and then filter out all the...
Thank You Simon But where would I find more information on exactly how to do this import or export into excel? Richard Simon Carter - Crystal Software...
I have an SGML file that I need to convert to an XML file. The SGML file has opening tags for each line, and I need to go through the file and add a matching...
Hi Mark, Use a pattern search like this: <(.*)>([^\r\n]*) Replace with <$1>$2</$1> Regards, Simon Carter, Crystal Software, http://www.crystalsoftware.com.au ...
Hello, Can somebody help me with the following problem: I really miss in TextPipePro a feature of removing start (or end) of file before (or after) the fist...
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...