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 303 - 332 of 525   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
303
Hello, I am a novice and I have two little questions: 1) After having processing some files for which the output result is only one line of text in each file,...
hspagnolo
Offline Send Email
May 4, 2002
11:49 pm
304
I am trying to remove ALL whitespace in a MS FoxPro 3 style format ie. a "horizontal" records format with records beside each other in an "unlimited" width. Is...
emmecon
Offline Send Email
May 4, 2002
11:49 pm
305
I don't know what foxpro format is but if you want to remove all blanks you can use a search-and-replace filter which will replace a blank with nothing. You...
Yuri Gulyaev
ygulyaev
Offline Send Email
May 5, 2002
11:30 am
306
Hi Henri, 1. You should be using a 'Convert end of line characters' filter (Auto to DOS) before the merge. The merge function doesn't add any extra characters ...
Simon Carter - Crysta...
crystalsoftw...
Offline Send Email
May 6, 2002
12:39 am
307
Hi Simon, I have been evaluating Textpipe and it seems like an excellent product! My desicion to purchase is really dependent on one main function that I need...
rcghou
Offline Send Email
May 27, 2002
8:21 am
308
Hi Richard, Have you looked at our ResumePipe product? It allows TextPipe to access each emailed resume and all the attachments, and then filter out all the...
Simon Carter - Crysta...
crystalsoftw...
Offline Send Email
May 27, 2002
9:39 pm
309
Thank You Simon But where would I find more information on exactly how to do this import or export into excel? Richard Simon Carter - Crystal Software...
Richard Garza
rcghou
Offline Send Email
May 29, 2002
2:00 am
310
I have an SGML file that I need to convert to an XML file. The SGML file has opening tags for each line, and I need to go through the file and add a matching...
mgruber223
Offline Send Email
May 31, 2002
3:29 am
311
Hi Mark, Use a pattern search like this: <(.*)>([^\r\n]*) Replace with <$1>$2</$1> Regards, Simon Carter, Crystal Software, http://www.crystalsoftware.com.au ...
Simon Carter - Crysta...
crystalsoftw...
Offline Send Email
May 31, 2002
4:08 am
312
Try this: Use the search-and-replace filter. Replace non-greedy perl regular expression <(.*>)([^\r\n]*?) with <$1$2</$1...
Yuri Gulyaev
ygulyaev
Offline Send Email
May 31, 2002
4:09 am
313
Hello, Can somebody help me with the following problem: I really miss in TextPipePro a feature of removing start (or end) of file before (or after) the fist...
{RG}
Gontarek
Offline Send Email
Jun 1, 2002
2:24 am
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
Messages 303 - 332 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