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 255 - 284 of 525   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
255
Noel, Try the following filter. ... You should read the online help for Search and Replace, specifically the part about 'Replace With' where it describes how...
allanlewis@...
clarkallan9
Offline Send Email
Apr 1, 2002
11:25 am
256
Did you try a search and replace using the 10:24 and changing it to 10/24? I find that works quite well and only changes the ones that are found ... From:...
Norma Price
huronbayca
Offline Send Email
Apr 2, 2002
6:33 am
257
Could someone possibly help me with this? I am trying to perform the following.. Input record 2099 Special: The World of Doom Output needed 2099 Special: The...
John(DarkKniyt)
godzillahh
Offline Send Email
Apr 2, 2002
6:35 am
258
Hi I'm using pegasus mail. This program allows me to export the mails to files. But the mails are written to the files with the full header. Is there a way to...
ch_tst
Offline Send Email
Apr 2, 2002
6:37 am
259
It is clearly simple enough to automate TextPipe, however does anyone have a means of automatically checking for new files to be filtered e.g.- polling every...
comcontrol
Offline Send Email
Apr 4, 2002
2:38 am
260
Hi Noel, Please see the following page in the FAQ: http://www.crystalsoftware.com.au/textpipe/faq2/index.html or the main page ...
Simon Carter, Crystal...
crystalsoftw...
Offline Send Email
Apr 4, 2002
3:13 am
261
Thomas, Take a look at the QEml.fll filter I have just uploaded. It does somewhat similar to what you need. Yuri. ... [Non-text portions of this message have...
Yuri Gulyaev
ygulyaev
Offline Send Email
Apr 5, 2002
9:44 am
262
You didn't state what platform, O.S. etc. If under Windows, select Start/Help. In the search area, enter 'task'/Go....
G Thurman
gthurman@...
Send Email
Apr 5, 2002
9:57 am
263
Thanks again Simon...yes, that would be very useful. Even if TextPipe needed to stay open and this would run the filter every "x" minutes, hours, etc. it...
comcontrol
Offline Send Email
Apr 5, 2002
2:20 pm
264
Ok, say you have a certain type of file (eg- file.txt). In some cases, depending on the content, you want it to run your existing filter and rename the file...
comcontrol
Offline Send Email
Apr 5, 2002
2:25 pm
265
Answering my own "Polling/Automation" question, I found an excellent program called Automate 4 that took care of this with only 1/2 hour to make it work...
comcontrol
Offline Send Email
Apr 5, 2002
2:32 pm
266
You can have textpipe to generate a .BAT file that would rename the file....
Yuri Gulyaev
ygulyaev
Offline Send Email
Apr 6, 2002
12:44 pm
267
I have a question concerning an issue I have been dealing with off and on for the last couple of years. Here goes .. Occasionally I run accross an instance of...
country_boy_jh
Offline Send Email
Apr 6, 2002
12:50 pm
268
... Yuri Where did you upload the QEml.fll filter to? Ed "Power corrupts. Absolute power is kind of neat." (John Lehman)...
Edward M Tobin
ETOBIN2@...
Send Email
Apr 6, 2002
12:51 pm
269
... Naturally enough TextPipe doesn't have a filter for this, but you could whip together some VBScript code to do it pretty easily. I'll leave it as an...
Simon Carter, Crystal...
crystalsoftw...
Offline Send Email
Apr 6, 2002
1:25 pm
270
Noel and EVERYONE, Do you know if Automate 4,Textpipe or any other solution exists for the following (or any other advice would be appreciated.) At my software...
allanlewis@...
clarkallan9
Offline Send Email
Apr 6, 2002
2:11 pm
271
CBJH, Check out my inline evaluation macro example in the files section: http://groups.yahoo.com/group/textpipe-discuss/files/inline%20macro.fll It's been a...
dajo_67a
Offline Send Email
Apr 6, 2002
6:01 pm
272
Dear Yuri Your filter works excellent. But please excuse for adding another question: I tryed to change some of the filter. It worked very well with removing...
Thomas Stadelmann
ch_tst
Offline Send Email
Apr 7, 2002
2:01 pm
273
... Reply at bottom .. ... 20macro.fll ... can imbed small vbscript expressions in text, and this vbscript filter will evaluate them and replace them with the...
country_boy_jh
Offline Send Email
Apr 7, 2002
2:09 pm
274
Hello John! I think you could do something similar to what is shown below. Yuri. 1. Replace perl regexp ([^\r\n]+?)(\r\n)?? with $1\r\n$1\r\n Subfilters: 1.1....
Yuri Gulyaev
ygulyaev
Offline Send Email
Apr 7, 2002
2:30 pm
275
Here: http://groups.yahoo.com/group/textpipe-discuss/files/Message%20Files/...
Yuri Gulyaev
ygulyaev
Offline Send Email
Apr 7, 2002
2:30 pm
276
... Yuri Many thanks. Ed "Power corrupts. Absolute power is kind of neat." (John Lehman)...
Edward M Tobin
lurch616
Offline Send Email
Apr 8, 2002
1:37 am
277
... Actually it would be more correct to write this regular expression in this way: ([^\r\n]+?)\r??\n?? Then it will work with all possible kinds of...
Yuri Gulyaev
ygulyaev
Offline Send Email
Apr 8, 2002
10:25 am
278
Hello Thomas! There is a Select-Lines-Matching filter with the following regular expression: ^(\001From:|\001Reply-To:|\001Subject:|\001$|\001>) You will need...
Yuri Gulyaev
ygulyaev
Offline Send Email
Apr 9, 2002
7:08 am
279
If upon filtering, the file result is empty, how can you tell TextPipe not to save the results to a new file, but if there is actual content when filtered, to...
comcontrol
Offline Send Email
Apr 9, 2002
7:22 am
280
I output a comma-delimited file from my db that needs further manipulation prior to being imported into another system. Requirements: 1) Add a comma to the...
fidata
Offline Send Email
Apr 10, 2002
5:16 pm
281
Hi, 1. Use the Add\Left margin to add a comma on the left 2. Use the Special\VBScript/JScript filter, clear the text and add the default text, then edit the...
Simon Carter, Crystal...
crystalsoftw...
Offline Send Email
Apr 11, 2002
9:56 am
282
This can be done utilizing the wizard and doing the following: -left column , -right column , -modifying the existing vb script to delete extra space. I still...
fidata
Offline Send Email
Apr 11, 2002
9:58 am
283
Is there a way with TextPipe to handle the uudecoding of uuencoded files, where all of the uuencoded files have been contatenated into one large file? This is...
r010159
Offline Send Email
Apr 18, 2002
12:32 pm
284
Hi can someone tell me how to remove the following + EVERYTHING AFTER IT from a file please ? °° °Üþ °°° ° ßÜ þ [ NEWS + INFO ] ° Ü þß °°...
carnovore2001
Offline Send Email
Apr 18, 2002
12:32 pm
Messages 255 - 284 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