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 -...
Simon - Love TPP. In a short time I've gone from ig'nant to somewhat proficient. Thanks! Question: Is there anyway to easily modify filenames to a somewhat...
You could use one file as the input file, and the other as the 'Remove Lines from List' file - in the Remove Menu. Regards, Simon Carter, Crystal Software,...
Hi Text-pipers; Is there a way to populate the filter list from an external text file? I'd like to use Textpipe to create hyperlinks from an index to a set of ...
Hi Dan, Sure - see the help file under Advanced Topics. You can load a command file with the /Z=<filename> parameter. Your list would become something like: ...
Hi TextPipers, Some of you would be familiar with TextPipe's task bar icon which appears when TextPipe is running. The menu on this icon contains a list of the...
Woops - that 'usual' folder should have been c:\Program files\TextPipe\TaskMenu Sorry for any confusion! - Simon ... list ... text on ... anyone ... know. ... ...
Hi Joseph, You can include the filename inside a file using the @inputFilename macro (in header/footer/left/right margins). To rename files, see one of the...
I'm trying to extract the info below into fields to import into a database or spreadsheet. Is it possible to use textpipe to extract everything after a colon...
Hi Ron, ... Note that this generates tab-delimited data to enter into a database, because some data has commas in it. You can also use the attached web page to...
I have a CVS file that can contain a couple of fields that could be over 8000 characters in length. This 8000 limit issue is on an program that we using for...
I'm trying to clean up a file, removing lines such as CopyTo: that is X: where X: is the only thing in the line and nothing appears after the : I don't want to...
Hi, I'm merging a directory of files (each file has one great big long single record in it of variable length) and inserting a CRLF between them, no problem...
Hi, Regarding my line wrapping problem... I identified space, hyphen and colon as being the characters that were causing the line to wrap prematurely so I...
Hi Stephen, You need to use Remove Matching Lines with a pattern of ^CopyTo:$ or ^CopyTo:(\s*)$ to absorb any extra spaces - which is probably why some of your...
Hi David, The best way to handle this is going to be with VBScript, acting as a subfilter to a Select CSV fields 47..47 filter. You can then use the VBScript...
Hi Howard, You can always use the VBScript/JScript filter inside TextPipe to do this. You could also use the Convert end-of-lines filter to split each record ...
Thanks Simon, I'll try it out - although the pressure is off now as we have sorted out the 'root' cause of the problem and my workaround is not required any...
Hello, I have TextPipePro 6.4.1 (TPP) and I have never been able to get the ActiveX filter scripts to work. Every time I try, a popup error message appears...
Hi Steve, This is the second report of problems with Win98 that we've had in the last 2 weeks. In theory, the script download from Microsoft should install...
Hi all, The next version of TextPipe will allow user defined patterns in the right-click menu of pattern fields. This will make it much easier to enter common...
Hi, I am relatively new to TPP and not (yet?) familiar with VBScript or other advanced filter-building techniques. I have a large data set consisting of two...