Hi, I'd like to copy (extract?) some specific html tags and the text strings they enclose from a file, e.g.: <DIV class=topic>text text text</DIV> in order to...
arml@...
Aug 5, 2001 5:25 pm
132
Rick, Consider the "tokenizing" technique described in message 104: http://groups.yahoo.com/group/textpipe-discuss/message/104...
David Johnson
drjohnson@...
Aug 5, 2001 5:29 pm
133
... David, Thanks for the suggestion. I've tried something else in the meantime, and the results leave me more puzzled than before. I crafted the following...
arml@...
Aug 6, 2001 3:06 am
134
Hi, I'm setting up TextPipe Pro and would like to have it default to a particular filter when it opens up. Is this do-able? Also if I could have it...
glenn-mcalister@...
Aug 10, 2001 11:34 pm
135
Hi Glenn, You can use the /F=<filter filename> option in TextPipe's Start Menu shortcut to get it to automatically load a filter on startup. I'm considering a...
Simon Carter - Crysta...
launch@...
Aug 12, 2001 12:30 am
136
I often paste text from a WWW page into an email message. It is correctly formatted for paragraphs on the web page, but when pasted into email, I get carriage...
allanlewis@...
Aug 12, 2001 3:49 pm
137
Allan, I think the key to this is that 99% of the time, people end their paragraphs with *two* returns. Those are the ones you want to keep, but you can throw...
David Johnson
drjohnson@...
Aug 12, 2001 9:05 pm
138
Hi Allan, The trick is to replace double line feeds (\r\n\r\n) that mark the end of paragraphs with a special character to protect them (eg ##2##), THEN remove...
Simon Carter - Crysta...
launch@...
Aug 14, 2001 8:49 am
139
... In English, I am extracting all sections of text which: 1) begin with '<!--'. <!-- 2) may have a space after that,...
allanlewis@...
Aug 14, 2001 5:20 pm
140
Allan, Consider the "tokenizing" technique described in message 104: http://groups.yahoo.com/group/textpipe-discuss/message/104 Basically, you need to prevent...
David Johnson
drjohnson@...
Aug 14, 2001 5:30 pm
142
Hi Dean, This is very difficult without non-greedy matching, which I am hoping to make available very soon. Regards, Simon Carter, Crystal Software,...
Simon Carter - Crysta...
launch@...
Aug 16, 2001 8:59 am
143
Greetings: I am trying to do something that I am sure is simple for many of you....ANY help is GREATLY appreciated: I need to extract the the Firstname,...
Genevision
vision7@...
Aug 16, 2001 5:56 pm
144
Hi, I would appreciate any help on the following problem: I have 600 data files that are layed out as follows: 20010815 14270 14270 14270 14270 11489 8 ...
Linda
theda@...
Aug 16, 2001 11:57 pm
145
... From: Linda [mailto:theda@...] Sent: Thursday, August 16, 2001 7:16 PM To: textpipe-discuss@yahoogroups.com Subject: [textpipe-discuss] help Hi, I...
David Johnson
drjohnson@...
Aug 17, 2001 12:24 am
146
Oops... for some reason I thought I was supposed to swap the last 2 ... From: David Johnson [mailto:drjohnson@...] Sent: Thursday, August 16, 2001 8:23...
David Johnson
drjohnson@...
Aug 17, 2001 12:28 am
147
Great news. Could you please include me in when this is available. Dean ... From: Simon Carter - Crystal Software [mailto:launch@...] Sent:...
Dean Bukovac
dean_bukovac@...
Aug 17, 2001 1:19 am
148
Hi Dwayne, This is probably more of a consultancy question, as it could get quite involved depending on how unstructured your source data is. As a starting...
Simon Carter - Crysta...
launch@...
Aug 17, 2001 1:28 pm
149
Hi. Does anyone have any ideas for removing duplicate text from a column range rather than an entire line? I tried using Remove Duplicate Lines as a...
cognatio@...
Aug 19, 2001 3:46 am
150
I have a new question: I want to create a search and replace filter containing the words from two word lists. The search field will contain the words from one...
Howard Fineman
malkah@...
Aug 19, 2001 1:12 pm
151
There is a good page on this in the help file: Converting Search/Replaces from other sources If you have search/replace sequences in Perl script or text files...
David Johnson
drjohnson@...
Aug 19, 2001 1:22 pm
152
For those of you who are not experts at Windows Shortcuts, I pass on what I just got resolved: For example, Software in location w:\Program Files\Crystal...
allanlewis@...
Aug 20, 2001 4:15 pm
153
Hi Maxwell, You're correct in assuming that using a Remove Duplicate lines filter as a subfilter of a Select Columns filter won't help - a script may be...
Simon Carter - Crysta...
launch@...
Aug 21, 2001 12:12 am
154
Hi. I've been deleting duplicates in Excel before using TextPipe, so ideally I'd like to eliminate that step and only use TextPipe. Specifically, I have files...
cognatio@...
Aug 21, 2001 4:41 pm
155
Hi folks, If you are a consultant who designs TextPipe filters for client sites, then TextPipe Pro Run Time is perfect for you. TextPipe Pro Run Time can be ...
Simon Carter - Crysta...
launch@...
Aug 29, 2001 3:52 am
156
... 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...