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...
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:...
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...
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...
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...
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...
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@...
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...
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...
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...
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...
... 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@...
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...
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...
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...
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...
... Reply at bottom .. ... 20macro.fll ... can imbed small vbscript expressions in text, and this vbscript filter will evaluate them and replace them with the...
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....
... 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...
Hello Thomas! There is a Select-Lines-Matching filter with the following regular expression: ^(\001From:|\001Reply-To:|\001Subject:|\001$|\001>) You will need...
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...
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...
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...
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...
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...