... This is really a good idea. The problem is that when I add a filter in command line it is also created with unknown settings. Although, there is a...
Yuri Gulyaev
ygulyaev@...
Sep 11, 2001 4:07 am
157
TextPipe 5.5.2 has been released. Below is a list of new features, and following that is purchase, upgrade and download information. ** When you purchase...
Simon Carter - Crysta...
launch@...
Sep 13, 2001 2:23 pm
158
Hi, 1) I have a filter which is trying to create a list of all databases we have. It is pulling the 4 character DB names from the Windows NT shortcut (.lnk) ...
allanlewis@...
Oct 2, 2001 6:11 pm
159
Hi Allan, The key problem here is that you are merging the output of multiple files together. Each contents from each file are individually sorted but the ...
Simon Carter - Crysta...
mail@...
Oct 3, 2001 8:26 am
160
Dear TextPipe User, We're working very hard to implement your suggestions and make TextPipe even easier to use and more powerful. We invite you to share your...
Simon Carter - Crysta...
mail@...
Oct 3, 2001 8:26 am
161
To all, I need to do the following: Make textpipe to convert/clean/search a html file like this: 1ST PART Search in the file "<STRONG>MY NAME</STRONG>" clean...
jncarv@...
Oct 4, 2001 5:58 am
162
Hi Joao, The way I do this is as follows: 1. For all matching data, replace them so that they are on a line of their own with a '#' at the start of the line. ...
Simon Carter - Crysta...
mail@...
Oct 4, 2001 6:06 am
163
Hi, 1) Thanks to Simon's help earlier this week, I can create a list of all databases we have. It is pulling the 4 character DB names from the Windows NT...
allanlewis@...
Oct 4, 2001 3:50 pm
164
P.S.- I can provide two or more html files in order that you can help me better if needed. I need to do the following: Make textpipe to convert/clean/search a...
jncarv@...
Oct 5, 2001 8:36 pm
165
Simon Carter, I've put in the Files section a ziped file "jncarv.zip" with 3 documents: 2 html files from wich i want to extract the information from, and a...
jncarv@...
Oct 5, 2001 8:44 pm
166
Hi Allan, 1. If you're already using a pattern match to match the database name (R451 etc), [A-Z0-9]+ then you can repeat the matched text in the replaced...
Simon Carter - Crysta...
mail@...
Oct 6, 2001 9:27 am
167
TextPipe 5.6 has been released. Below is a list of new features, and following that is purchase, upgrade and download information. ** When you purchase...
Simon Carter - Crysta...
mail@...
Oct 6, 2001 9:31 am
168
I have a little problem here: I have a text like this: 01\1\0 KL1110\Q\ARN18MAR1250P\AMS18MAR0255P\18MAR\18MAR\30\OK O\737\QLSPET/BEA08 01\1\0...
NTT International Tou...
info@...
Oct 7, 2001 12:50 pm
169
David Johnson
drjohnson@...
Oct 7, 2001 12:56 pm
170
This seems to work. The main trick is to surround the optional parts of the html with (...)?. ... Actividade: ([^\r\n]+) ([^\r\n]+) ([^\r\n]+) (alt="Telefone"...
David Johnson
drjohnson@...
Oct 7, 2001 1:04 pm
171
Hi! (from a desperate TextPipe user) I've read TextPipe help files and searched this forum messages but I found no answer. My situation: - I have several .TXT...
We are currently trying to find people to help us translate TextPipe into a number of languages (other than English). No special tools or training are required...
I use TextPipePro primarily for searching through the program code (of our large application) for specific information, rather than for updating files. For...
Hi, Hoping someone can help. Here's what I need to do: The data I have looks like this (truncated--there are actually several hundred thousand lines delimited...
Hi Allan, It sounds like TextPipe needs a higher-level object than a filter - something that can control different filters being run on different files (at...
Hi Lou, I'm not sure if you're trying to replace '<token_a>' with something else, or replace the actual text between '<token_a>' and '<end_token>' with...
We've purchased TextPipe Pro for use here at work, and I have it installed successfully on my Windows 2000 machine. However, our user runs Windows NT, and her...
Hi Becky, TextPipe expects to be able to read from the registry entries under HKEY_LOCAL_MACHINE\Software\Crystal Software\* This is where TextPipe looks to...
Hi, 1) I have just begin using the Special > Database Connection filter. I am able to get results using (my desired) output style of 'XML Format'. But ...
Hi Allan, When an ODBC source tells TextPipe that a column is of type 'BLOB', then that's what TextPipe puts in the output - just the text 'BLOB', because the...
Problem: Pull out phone numbers from a file or group of files. Actually the problem is to extract all the phone numbers on a hard disk. The phone numbers can...
Hi Robert - Your filter is not working because when a select filter doesn't match something, it returns nothing, which is what the next filter gets to work...
A quick and dirty pattern match and replace should take care of this in most cases: Pattern [(\d\d?-\d\d?)-(\d\d\d\d)] with [$2-$1] Of course you might get...