Hello, I wish to work with textfiles containing email-data. Textpipe should seperate each email and write a filename depending on a counter, e.g. 0001.eml,...
Hi Is it possible to use Textpipe for the following: (a) Search for string "Keyword=MARITIME" in text files, then (b) Move or copy all files containing a match...
I'm using a pattern to replace text in an SVG document I'm trying to replace "<g>[\0-ÿ]*</g>" replace with "hello" and I get the error message "\DDD You must...
... You need \000 in the regexp instead of just \0 Putting in "<g>[\000-ÿ]*</g>" seems to run OK on the Trial Run. Best wishes Bob -- Bob Janes Coach...
Hi, ... I don't believe that you can use TextPipe in this way. It appears to me to be designed to work 'within' a text file. You can easily do what you want...
Hi Lawrence, You can easily get TextPipe to generate a batch file with the names of files to move, in the form ren "filename" "target directory" by using the...
You could use ActiveX scripting to summarize the data: option explicit dim last_unit, unit, sqft, min_sqft, max_sqft, lease, min_lease, max_lease function...
Thanks... When I run your script, I get 1/1 597-597 515-515 1/1 597-611 515-564 1/1 597-700 515-587 1/1 597-800 515-720 2/2 815-815 771-771 2/2 815-900 771-797...
Nevermind regarding my last question....but I do have a different, related one. When I run the below script, it's in the middle of alot of other data which I...
Hi syaktin, You'll have to code it manually using a VBScript filter. There is a similar example filter (in the vbscript folder) that splits records from one...
I have a database in TXT format and I want to remove lines based on domain names such as "aol.com." It's late and I'm drawing a blank as to how to do this in...
Hi Jerry, Use the 'Select lines NOT matching...' filter with a pattern of 'aol.com' and no subfilters - this will delete all lines that don't match the...
Hi, I have 8 separate database files, all of which share a common key. Is there a way to merge these db's into one large file based on the keys. i.e., all...
David, can you use a SQL database? SQL is the best way to do what you want. You can use TextPipe to shoot the data into the SQL database using the Database...
I need to change the following: 10:24:12:30: to, 10/24 12:30 Mapping changes all of the colons commonly. This may be a simple one, but I'm not sure of the...
Change your pattern perspective from ":' to "/" to "xx:xx:xx:xx:". Then the results pattern is "xx/xx xx:xx". [Simon: I'll just add a little to that answer to...
G Thurman
gthurman@...
Mar 31, 2002 11:11 am
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...
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...