Hi all, I've uploaded a new TextPipe help file to http://www.crystalsoftware.com.au/textpipe/textpipe.chm I'd appreciate any and all feedback and suggestions....
Hi all, I've uploaded a new TextPipe help file to www.crystalsoftware.com.au/textpipe/textpipe.chm I'd appreciate any and all feedback and suggestions. Please...
I have a text file I'm working with below. The number in each classtype is never the same from file to file. Here is the layout for the numbered lines: ...
Hello all, I get an error when attempting to make a back reference following the example given in the pcre specification: (sens|respons)e and \1ibility The...
Shohdy Naguib
shohdy@...
Dec 11, 2002 8:19 pm
401
You need to make sure the search type is set to 'Perl pattern'. Regards, Simon ... the ... required)...
I think you'll have to use the VBScript filter to capture the headers so you can later recall them. If you look in the help file under the topic "TextPipe...
Hi, all I have a string looks approximately like this: M50101 OS#XXXXXXXXX/ 100/ 200/ 300/ONE/CA 1.1AAABBBZZZK MR/1/F I need a sum of all 3 numbers...
NTT International Tou...
info@...
Jan 9, 2003 2:35 am
404
Hi, all I have a string looks approximately like this: M50101 OS#XXXXXXXXX/ 100/ 200/ 300/ONE/CA 1.1AAABBBZZZK MR/1/F I need a sum of all 3 numbers...
System Administrator
sysop@...
Jan 9, 2003 2:35 am
405
Simon et-al, I belong to another Yahoo Groups list and wrote a Unix shell script to extract (archive) the entire contents of the mailing list to a text file....
Hi Rick, Pick an uncommon word or string and the start and end of the block, then use something like (Yahoo! ).*(Calendar) to search for it and replace with...
Simon - Congratulations on your new arrival!!!! My wife just found out she is pregnant with our 8th child so I can understand how you might be "pressed" for...
Hi Dmitri. There's a sample script called VBScript\Inline Macro.fll. This script simply finds strings of the form {? <expr>} and evaluates the <expr> using...
Hi! I tried a Perl regexp simple example of end-of-line ($) replace, but I couldn't get it to work.... I need to Replace the value of the last column (with #'s...
Hi there, Try searching for pattern: ,"\d{3}", And Replace with ,"zzz", Regards, Simon Carter, Crystal Software, www.crystalsoftware.com.au, (+61) 3 9888 3104...
Ooops! I believe my previous example was not clear enough. Let me make a new example of the need... I tried a Perl regexp simple example of end-of-line ($)...
... You can't use an Add Left Margin filter because it needs a line start to trigger it (which the Delete All filter removes). Note also that it is field END-1...
Based on your example I think you can try this: , "[^"]+",$ This will match the last entry including the comma and space before it. Or you can try this: ...
How can TextPipe support non-English characters such as Thai, Chinese and Korean? For example, I need to convert ANSI files containing Thai characters into...
Anyone created a map for Thai? Or Chinese? Or Korean? I'd really appreciate a copy. BTW, do I really need a Thai, Chinese or Korean map? Or ANSI to Unicode...
Am looking for an automated SysAdmin tool that will extract IP addresses from logs, inboxes, and other e-texts and organize them in numerical order each on a...
Hi Bill, Try this attachment. You will need to download the latest 6.4 release. Regards, Simon Carter, Crystal Software, www.crystalsoftware.com.au, (+61) 3...
Well, if an AS/400 is producing Thai then there must be an ANSI representation. In TextPipe you'll need to use an Ansi->Unicode filter. The conversion it...
Hi Edmund, Chinese and Korean are both multi-byte or double-byte character sets, therefore they won't have an ANSI form. I assume that Thai is similar, I am...
Hi Bill, (Sorry, I had to re-attach as a .zip, web based emails don't work unless it is a .zip.) Try this attachment. You will need to download the latest 6.4...
Has anyone written a script or filter that can process a file in TextPipe and output the results to an MS Outlook .dbx file (the Outlook e-mail file format),...
Greetings Comcontrol: You will need to get a little more specific with your plan. The .dbx file format belongs to Outlook Express, not Outlook. Outlook...
MessageHello, .dbx file format is not editable as it will be very complicated to create one. Why for example you do not simply write your messages in a .EML...
Does anyone know if it's possible to use Textpipe Pro to take 2 separate lists, compare them, and extract the non-matching records? For Example: List 1 -...