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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 201 - 230 of 525   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
201
I have to search very large files for a great hundreds of terms using Select Lines Matching. Is there a simple way, over than what I describe below, to do...
Jerry Saperstein
apportum
Online Now Send Email
Dec 1, 2001
11:50 am
202
Hi Jerry, You can automate this by loading a file full of command line parameters using the /Z= parameter, and you can also script this from within VBScript or...
Simon Carter, Crystal...
crystalsoftw...
Offline Send Email
Dec 1, 2001
12:14 pm
203
Hi Eugene, Can you please provide some example text? I am not sure what you mean, or if it's possible. Regards, Simon ... matching...." ... ===== Regards, ...
Simon Carter, Crystal...
crystalsoftw...
Offline Send Email
Dec 1, 2001
12:48 pm
204
Hi there, Use a pattern match to re-arrange the text within a line, by grouping each expression in brackets, then re-arrange the output expressions when you...
Simon Carter, Crystal...
crystalsoftw...
Offline Send Email
Dec 2, 2001
10:23 am
205
Hello Simon, Here goes example text (pretty large amount of data :-) ... QU 5OUDT . ** 1\15\FA-MOQLLA\IN-000000\NC-4\LC-29SEP00/1308 2 ...
NTT International Tou...
info@...
Send Email
Dec 4, 2001
5:21 am
206
I am trying to remove the following from EACH line of a text file.... (archive) (archive2) ("archive") I am ending up either removing a single paren or...
John
godzillahh
Offline Send Email
Dec 4, 2001
5:55 am
207
Hello Simon, How to use "Select lines matching" with "Output count of matches" option on, if I want to keep original data ? Example: ...
NTT International Tou...
info@...
Send Email
Dec 4, 2001
6:00 am
208
Hi Eugene, That looks like a piece of consulting work rather than a support issue. We do offer consulting services, if you are interested can you please visit...
Simon Carter, Crystal...
crystalsoftw...
Offline Send Email
Dec 4, 2001
7:18 am
209
Hi John, You've fallen victim to greedy matching, try this pattern instead: \([^)]+\) Regards, Simon ... following from EACH line of a text file.... ... ===== ...
Simon Carter, Crystal...
crystalsoftw...
Offline Send Email
Dec 4, 2001
7:19 am
210
Hi Eugene, Yes, there is a way to do this, using a Select Lines filter and 2 VBScripts. The first VBScript is inside the Select Lines filter, counting matches....
Simon Carter, Crystal...
crystalsoftw...
Offline Send Email
Dec 4, 2001
7:19 am
211
Simon, Thank You, worked like a charm. John. > -----Original Message----- > From: Simon Carter, Crystal Software > [mailto:mail@...] >...
godzillahh
Offline Send Email
Dec 5, 2001
8:05 am
212
Hello I try to resolve data from Netscape history files. I replaced http:// with /r/nhttp:// and removed binary characters and lines= that didnīt contain...
hermi_4711
Offline Send Email
Dec 6, 2001
3:45 pm
213
Hello, got a little problem reading Netscape fistory files. I replaced http:// with /r/nhttp:// and removed binary code. Then I remove lines not containing...
hermi_4711
Offline Send Email
Dec 6, 2001
3:46 pm
214
Hi Hermann, What are you trying to do? What is the format of Netscape history files? Regards, Simon ... ===== Regards, Simon Carter, Crystal Software,...
Simon Carter, Crystal...
crystalsoftw...
Offline Send Email
Dec 6, 2001
3:57 pm
215
I am trying to do the following.... INPUT: Archive One Basement Daytime Archive First Floor Afternoon Archive Empty NEEDED OUTPUT: Archive One Basement...
godzillahh
Offline Send Email
Dec 7, 2001
6:07 am
216
Hello Simon, itīs the "history.dat" file, a binary file. Date and Time seem to be decoded, URL are clear. But I must admit I donīt know really the format of...
Hermann Arens
hermi_4711
Offline Send Email
Dec 8, 2001
10:29 am
217 dajo_67a
Offline Send Email
Dec 8, 2001
4:35 pm
218
TextPipe 5.6.3 has been released. Below is a list of new features, and following that is purchase, upgrade and download information. ** When you purchase...
Simon Carter, Crystal...
crystalsoftw...
Offline Send Email
Dec 9, 2001
10:36 am
219
I need to select lines which have less than 80 columns. Any ideas? Michelle Bondurant...
mb30004
Offline Send Email
Jan 3, 2002
12:33 am
220
Hello Does anybody know of any html character set conversion tables (Decimal) to use with textpipe? I am trying to replace certain codes mainly (microsoft word...
trippc123
Offline Send Email
Jan 10, 2002
1:47 am
221
Several resources here. http://www.bbsinc.com/iso8859.html You'll probably have to use textpipe to create the search and replaces themselves for you. In other...
CNKXDUUTPHQI@...
dajo_67a
Offline Send Email
Jan 10, 2002
3:40 am
222
Hi Michelle, The easiest way to do this is with a 'select lines NOT matching', with text of: ^......(80 dots)......+$ This will match all lines without 80 or...
Simon Carter - Crysta...
crystalsoftw...
Offline Send Email
Jan 17, 2002
5:08 am
223
Hi folks, TextPipe Pro 6.1 will be released on January 27, 2002, and will be accompanied by a price rise from $109 to $129. If you buy now, you will receive...
Simon Carter - Crysta...
crystalsoftw...
Offline Send Email
Jan 21, 2002
12:30 am
224
I'm trying to figure out how to have TextPipe select every 5th line in a file. Any ideas?...
sarpajian
Online Now Send Email
Jan 24, 2002
2:24 am
225
Try a simple Visual Basic program with a '1 to 5' counter so that every fifth line has a unique character written, then reprocess with TextPipe. ... From:...
G Thurman
gthurman@...
Send Email
Jan 25, 2002
7:19 am
226
That's so simple... 1. Add line numbering beginning from 2 with increment 2 %5.5d 2. Select lines matching RegExp ^....0 3. Remove 5 left columns That's it. :)...
Yuri Gulyaev
ygulyaev
Offline Send Email
Jan 25, 2002
7:26 am
227
Hi Sarpajian, There is a demo of this in the vbscript\sub filter demo.fll file. It demonstrates using a subfilter to select all even numbered lines, and is ...
Simon Carter - Crysta...
crystalsoftw...
Offline Send Email
Jan 25, 2002
7:26 am
228
... There are many ways to do this - you could also use a Search/Replace regular expression filter. Replace ...
dajo_67a
Offline Send Email
Jan 25, 2002
2:22 pm
229
The latest and greatest release of TextPipe Pro is out now! And it's packed full of new features - see the What's New list below. ** Please tell your friends...
Simon Carter - Crysta...
crystalsoftw...
Offline Send Email
Jan 27, 2002
12:45 pm
230
Is it possible to use TextPipe to convert Mac SIT or HQX files to a PC equivalent using the demo version of the program? If so what filters are appropriate? ...
wielrijder
Offline Send Email
Jan 29, 2002
1:48 am
Messages 201 - 230 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