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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 92 - 126 of 525   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
92
Hi Tim, I think the best way is to use the options of the Windows "start" command rather than calling TextPipe.exe directly. That way you can force the shell ...
Crystal Software
launch@...
Send Email
Jun 1, 2001
7:39 am
93
Thanks for the help. I'm modified your script and been trying to get it to work with some test data, but I'm having trouble getting the VBscript to set the...
rconatser1@...
Send Email
Jun 6, 2001
6:13 pm
94
Hi Howard, In the past you asked me about generating random sequences of lines that could be repeated. Normally this isn't possible because the random number ...
Crystal Software
launch@...
Send Email
Jun 7, 2001
12:29 pm
95
I'm trying to locate the right tool for my new project and found TextPipe to be very efficient. I know there is a possibility to code almost everything in...
Michael Lugassy
cfusion@...
Send Email
Jun 8, 2001
1:40 pm
96
Dear Valued User, We've just launched a CD chock full of Crystal's *evaluation* software. It also contains accessory files, product comparisons, FAQs and the...
Crystal Software
launch@...
Send Email
Jun 8, 2001
6:27 pm
99
Hi Ken, ... I think you really need 4 filters: 1. Extract all email addresses from the original fle - straight-forward using the 'Extract Email Addresses'...
Crystal Software
launch@...
Send Email
Jun 18, 2001
7:37 pm
101
Hi, I am new to the TextPipe forum. I need some help with regular expressions which is something that does not come easy to me. Could someone help me out with...
Howard Fineman
malkah@...
Send Email
Jun 19, 2001
3:19 am
102
Hi Howard, I can help you with 3 of the 4 easily. ... Find pattern [IVXMC]+ replace with nothing ... Find pattern [ivxmc]+ replace with nothing ... Find...
Crystal Software
launch@...
Send Email
Jun 21, 2001
6:56 am
103
Thank you Simon Best Howard ... From: "Crystal Software" <launch@...> To: <textpipe-discuss@yahoogroups.com> Sent: Wednesday, June 20, 2001 11:56 PM...
Howard Fineman
malkah@...
Send Email
Jun 21, 2001
7:47 am
104
The fourth one is kind of tricky. I usually "tokenize" the two words by converting them into single characters. For example, say you have the following text: ...
drjohnson@...
Send Email
Jun 22, 2001
3:40 pm
105
Thank so much Best, Howard ... From: <drjohnson@...> To: <textpipe-discuss@yahoogroups.com> Sent: Friday, June 22, 2001 8:40 AM Subject:...
Howard Fineman
malkah@...
Send Email
Jun 22, 2001
10:27 pm
106
Hi David, ... i made 12 filters out of one - each filter ... filter using "link to filter" the filters are ... You are correct - you can't do this in one...
Simon Carter - Crysta...
launch@...
Send Email
Jun 28, 2001
8:23 pm
107
Hi folks, Has anyone encountered the following error message from TextPipe? "The DecisionCube Capacity is low. Please deactivate dimensions or change the data...
Simon Carter - Crysta...
launch@...
Send Email
Jun 28, 2001
8:24 pm
108
Hi all! Some words in addition to my previous message. I examined some scripts written by others and found that this regular expression "<A HREF=.+>" should be...
Yuri Gulyaev
ygulyaev@...
Send Email
Jul 2, 2001
10:29 am
109
Yuri, you might also consider the "tokenize" technique described in message 104: http://groups.yahoo.com/group/textpipe-discuss/message/104...
David Johnson
drjohnson@...
Send Email
Jul 2, 2001
3:52 pm
110
Hi, With TextPipe, I can create a table from a database using the database filer with the input: SELECT [replacement],[filename] FROM tbl. For example, this...
Jordan Rosenthal
jr@...
Send Email
Jul 3, 2001
7:50 pm
111
Hi, I have a CSV file where I need to move the last field to the begining of the line. Any idea as to how I would go about this? -d Daniel Mathews...
dmathews@...
Send Email
Jul 3, 2001
8:29 pm
112
... Daniel, this should work. ... The "Select lines matching [^]" breaks the input into lines and feeds them one by one to the subfilter "Replace Pattern...
David Johnson
drjohnson@...
Send Email
Jul 4, 2001
4:53 pm
113
Jordan, Check out the entries in the help file about "Converting Search/Replaces from other sources" and "Command Line Options" You could create a command file...
David Johnson
drjohnson@...
Send Email
Jul 5, 2001
1:24 pm
114
Dave, Thanks, but that doesn't exactly do what I want. I can (using TextPipe) create a text file such as: /s=<s1> /r=<r1> filename1 /g /s=<s2> /r=<r2>...
Jordan Rosenthal
jr@...
Send Email
Jul 5, 2001
6:17 pm
115
Did anyone have any ideas on my DecisionCube error? I am really stuck and at a loss what to do next!!...
Alexander W. Cope-Nor...
alexcn@...
Send Email
Jul 6, 2001
2:58 pm
116
Alexander, Could you export your filter and post it to the group? (File|Export to Clipboard) But, really, DecisionCube doesn't sound like anything to do with ...
David Johnson
drjohnson@...
Send Email
Jul 6, 2001
3:24 pm
117
David, I would dearly love to be able to post the filter to the group but it happens on program startup before I even open or setup a filter. If I simply...
Alexander Cope-Norris
alexcn@...
Send Email
Jul 7, 2001
10:49 am
118
Hi Alex, When TextPipe starts up, it 'connects' to the Windows database objects so that it can use them later on. It may be this action that is causing the...
Crystal Software
launch@...
Send Email
Jul 7, 2001
11:09 am
119
I recently got the following filtering/ordering task: 1. remove all HTML/SGML tags. 2. remove all ; . .. and ... 3. check if the words on the file exists in...
Michael Lugassy
cfusion@...
Send Email
Jul 7, 2001
11:32 am
120
Yet another weird task I've gotten and couldn't handle: loop for all html files in the directory: loop for every <IMG tag in the file drop everything except: ...
Michael Lugassy
cfusion@...
Send Email
Jul 7, 2001
11:36 am
122
I found some information on cubes here....you need to search for "decision cubes" rather than "decisioncube" as one word. Trouble is, it means nothing to me...
Alexander Cope-Norris
alexcn@...
Send Email
Jul 9, 2001
2:16 pm
123
Hiya, Well while the message may appear to originate from SQL Server....there is one problem.....I dont have SQL Server installed, just MS Access. I have been...
Alexander Cope-Norris
alexcn@...
Send Email
Jul 9, 2001
2:16 pm
124
That's a really good idea. Thank you David....
Yuri Gulyaev
ygulyaev@...
Send Email
Jul 9, 2001
5:17 pm
126
I have a project that I have a special character(/253) in column 1 and when this character occur I need to replace a string that is in 3 lines above that...
Conatser, Robert
Robert.Conatser@...
Send Email
Jul 13, 2001
12:18 am
Messages 92 - 126 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