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...
Show off your group to the world. Share a photo of your group with us.

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 314 - 343 of 525   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
314
Perhaps one way of doing this would be to mark all matching lines with '$$$$' at the start of each line, and then use VBScript to delete all lines until it...
Simon Carter - Crysta...
crystalsoftw...
Offline Send Email
Jun 3, 2002
11:50 pm
315
Hi, Does anybody have any a way of making the output text file from email extration to: 1. Truly left justify the email (non and attached emails) 2. Be able to...
pgtmp
Offline Send Email
Jun 10, 2002
12:26 pm
316
A quick question: does the randomization filter--if applied as a subfilter to a Select:Matching lines filter--apply to groups of contiguous lines or all ...
Listen@Cypress
james62487
Offline Send Email
Jun 12, 2002
2:30 am
317
Hi PgTmp (real names would be nice), 1. Use a search and replace pattern of ^\s* and replace it with nothing. 2. What were your steps? If you use prompt on...
Simon Carter - Crysta...
crystalsoftw...
Offline Send Email
Jun 12, 2002
2:30 am
318
This is something that has been bugging me for a long time(duh). It's the common problem with using regular expressions to replace text up to some delimiter...
dajo_67a
Offline Send Email
Jul 4, 2002
3:59 am
319
Hi everyone, I thought I would let you know that we have created 5 new viewlets (online demos) to demonstrate various aspects of TextPipe. They can be found...
Simon Carter
crystalsoftw...
Offline Send Email
Jul 5, 2002
5:19 am
320
I want to parse a HTML page. I want to get only the title and body without any html-tags. How can I do this? I have problems with this, because when I make a...
pozmu
Offline Send Email
Jul 7, 2002
9:48 am
321
As promised, I have attached an example of how to add records to a database using TextPipe's VBSscript filter. The filter opens a database called 'Crystal'...
Simon Carter, Crystal...
crystalsoftw...
Offline Send Email
Jul 10, 2002
8:17 am
322
Hi Daniel, I have attached a filter that counts the number of matches of a string and then outputs it to the end of the file. Regards, Simon Carter, Crystal...
Simon Carter, Crystal...
crystalsoftw...
Offline Send Email
Jul 10, 2002
11:48 pm
323
Hi there, The best way to extract text like this is to mark the start of matching lines with special characters, like ###. So search for <title>(.*)</title> ...
Simon Carter
crystalsoftw...
Offline Send Email
Jul 11, 2002
10:04 pm
324
Sorry for the delay in responding. The trick is to select EACH WHOLE GROUP of lines to be randomized, and then use the randomize lines filter as a subfilter....
dajo_67a
Offline Send Email
Jul 13, 2002
1:37 am
325
Who can help me with this one? For example: 1)grap the two first lines of a textfile and move them to the end of my textfile. 2)grap a line that includes a...
leducphilip_2001
leducphilip_...
Offline Send Email
Jul 17, 2002
10:07 pm
326
Philip, I've uploaded an example of moving lines around a file. You can find leduc.fll in the files section under "message files." ...
dajo_67a
Offline Send Email
Jul 25, 2002
9:29 am
327
I am hoping someone out there can easily whip this up for me. Thank you so much if you can as I am on a tight schedule to get this done. In the sample text...
nodfs
Offline Send Email
Jul 25, 2002
10:24 pm
328
An example has been posted for you: http://groups.yahoo.com/group/textpipe-discuss/files/Message%20Files/nodfs-327.fll or http://tinyurl.com/v1b...
dajo_67a
Offline Send Email
Jul 26, 2002
12:08 am
329
... Content-Type: application/ms-tnef Content-Transfer-Encoding: base64 eJ8+IhEWAQaQCAAEAAAAAAABAAEAAQeQBgAIAAAA5AQAAAAAAADoAAEIgAcAGAAAAElQTS5N ...
Paul Honig
honig@...
Send Email
Jul 29, 2002
1:33 am
330
Hi Paul, Save the embedded text to a new .txt file. Then use the Email Menu\MIME\Decode from base64 Make sure you direct the output to a new file! The filename...
Simon Carter, Crystal...
crystalsoftw...
Offline Send Email
Jul 29, 2002
2:09 am
331
Is it posible to join different length text files into one file?...
sadunmire
Offline Send Email
Aug 15, 2002
9:24 pm
332
TextPipe Pro will do this easily - just use the 'Special Menu\Merge files' filter, choose a destination file, and add all your files to the Files tab. It's...
Simon Carter, Crystal...
crystalsoftw...
Offline Send Email
Aug 15, 2002
9:36 pm
333
Hi everybody, I have html files (please see it attached to the message) for which I would like to retain only three parts and without the html tags (I am the...
Henri Spagnolo
hspagnolo
Offline Send Email
Aug 19, 2002
9:46 pm
334
Hi Henri, Please see: www.crystalsoftware.com.au/textpipe/faq.html#mine The best way is to use search and replace to find the text you are looking for, and...
Simon Carter, Crystal...
crystalsoftw...
Offline Send Email
Aug 26, 2002
2:07 am
335
Hello Simon, Thanks for your answer. My problem is that I have already done 850 pages, and I won't change now it is too much work. But I will take a look at...
Henri Spagnolo
hspagnolo
Offline Send Email
Aug 26, 2002
4:02 am
336
Henri, you can use "Remove HTML and SGML" and "Perl Pattern" to accomplish your task. I am uploading your filter to the message files section. Look for ...
dajo_67a
Offline Send Email
Aug 29, 2002
1:40 pm
337
Hello, Thanks you for this filter, I will test it. And also it will help me to understand how "perl pattern" works, because I am not really confortable with...
henri.spagnolo@...
hspagnolo
Offline Send Email
Aug 29, 2002
9:36 pm
338
... all:: FRC . . . $(SUBDIRS):: FRC @for x in $@; do \ (cd $$x; pwd; $(MAKE) all); \ done . . . ... .PHONY: $(SUBDIRS) $(SUBDIRS): \t$(MAKE) -C $@ all . . . ...
Flower, Rick
toomuchgut
Offline Send Email
Sep 17, 2002
10:26 pm
339
Hi Rick, I'm glad you like the new version. We will be announcing its availability in the next few days. Have you tried using the new replace between tags...
Simon Carter, Crystal...
crystalsoftw...
Offline Send Email
Sep 17, 2002
10:56 pm
340
Simon, I was able to end up using the method you described (fairly painlessly I might add!), but I've got a few more questions: 1) In my case, I'm trying to...
Flower, Rick
toomuchgut
Offline Send Email
Sep 19, 2002
10:46 pm
341
Hi Rick, 1. Because of the way TextPipe works, it is time consuming for it to determine whether it has actually changed a file or not! As a simple example, if...
Simon Carter, Crystal...
crystalsoftw...
Offline Send Email
Sep 20, 2002
12:57 am
342
Did you know that you can use DataPipe to apply TextPipe filters to a database? This means that you can perform interactive search and replace, remove extra...
Simon Carter, Crystal...
crystalsoftw...
Offline Send Email
Sep 20, 2002
4:42 am
343
Ok.. I was finally able to get my modifications working 100%.. I ran into some issues with spaces vs. tabs that our GNU Make doesn't like.. I removed the...
Flower, Rick
toomuchgut
Offline Send Email
Sep 22, 2002
9:01 am
Messages 314 - 343 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