Search the web
Sign In
New User? Sign Up
textpipe-discuss · TextPipe user discussion forum
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 418 - 447 of 525   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
418
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...
Bill Tishey <tishey1@...
btishey
Offline Send Email
Feb 6, 2003
9:26 pm
419
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...
Simon Carter, Crystal...
crystalsoftw...
Offline Send Email
Feb 10, 2003
9:43 pm
420
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...
Simon Carter
crystalsoftw...
Offline Send Email
Feb 10, 2003
9:52 pm
421
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...
Simon Carter
crystalsoftw...
Offline Send Email
Feb 10, 2003
9:52 pm
422
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...
Simon Carter, Crystal...
crystalsoftw...
Offline Send Email
Feb 11, 2003
3:47 am
423
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),...
comcontrol <comcontro...
comcontrol
Offline Send Email
Feb 15, 2003
3:14 am
424
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...
Troy
ntevidence
Offline Send Email
Feb 16, 2003
11:56 pm
425
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...
Henri Spagnolo
hspagnolo
Offline Send Email
Feb 18, 2003
12:44 am
426
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 -...
Black Wolf
blackwolf_2599
Offline Send Email
Feb 19, 2003
9:43 pm
427
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...
blackwolf_2599 <black...
blackwolf_2599
Offline Send Email
Feb 19, 2003
10:04 pm
428
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,...
Simon Carter, Crystal...
crystalsoftw...
Offline Send Email
Feb 19, 2003
10:10 pm
429
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 ...
Dan Bashaw
danbashaw
Offline Send Email
Feb 20, 2003
12:38 am
430
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: ...
Simon Carter, Crystal...
crystalsoftw...
Offline Send Email
Feb 20, 2003
12:50 am
431
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...
Simon Carter, Crystal...
crystalsoftw...
Offline Send Email
Feb 20, 2003
1:11 am
432
Woops - that 'usual' folder should have been c:\Program files\TextPipe\TaskMenu Sorry for any confusion! - Simon ... list ... text on ... anyone ... know. ... ...
crystalsoftwareau <ma...
crystalsoftw...
Offline Send Email
Feb 20, 2003
4:45 am
433
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...
Simon Carter, Crystal...
crystalsoftw...
Offline Send Email
Mar 3, 2003
11:36 pm
434
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...
nixonron <nixonron@...>
nixonron
Offline Send Email
Mar 4, 2003
9:06 pm
435
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...
Simon Carter, Crystal...
crystalsoftw...
Offline Send Email
Mar 4, 2003
10:56 pm
436
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...
davidmarnold10
Offline Send Email
Mar 10, 2003
8:40 am
437
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...
johnstephenyeo
Offline Send Email
Mar 10, 2003
8:41 am
438
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...
afishonwheels
Offline Send Email
Mar 10, 2003
8:41 am
439
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...
afishonwheels
Offline Send Email
Mar 10, 2003
8:42 am
440
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...
Simon Carter, Crystal...
crystalsoftw...
Offline Send Email
Mar 10, 2003
8:55 am
441
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...
Simon Carter, Crystal...
crystalsoftw...
Offline Send Email
Mar 10, 2003
8:55 am
442
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 ...
Simon Carter, Crystal...
crystalsoftw...
Offline Send Email
Mar 10, 2003
8:55 am
443
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...
afishonwheels
Offline Send Email
Mar 11, 2003
9:58 pm
444
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...
skas97214
Offline Send Email
Mar 16, 2003
10:53 pm
445
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...
crystalsoftwareau
crystalsoftw...
Offline Send Email
Mar 16, 2003
10:58 pm
446
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...
Simon Carter, Crystal...
crystalsoftw...
Offline Send Email
Mar 19, 2003
10:13 pm
447
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...
ttrenker
Offline Send Email
Mar 21, 2003
10:06 pm
Messages 418 - 447 of 525   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help