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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 496 - 525 of 525   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
496
Ok, am I trying to overthink this? I have multiple lines that contain the character "\". I simply want to delete the backslash and everything after it until I...
ohiotim2
Offline Send Email
Aug 20, 2003
12:46 am
497
I am trying textpipe on a trial basis. I need something that can take an EXCEL spreadsheet and write it out in a text format that retains the field spacing....
paul granger
pdgfalmouth
Offline Send Email
Dec 2, 2003
4:58 am
498
I am trying to extract info from a text file. I need to extract the solitiation number, Posted date, classification code, the lines under the contracting...
marclaclear
Offline Send Email
Dec 2, 2003
5:01 am
499
Hi Tim, Try searching for the pattern \\[\r\n]* Replace with nothing. Regards, Simon Carter, Crystal Software, www.crystalsoftware.com.au, (+61) 3 9888 3104...
Simon Carter, Crystal...
crystalsoftw...
Offline Send Email
Dec 2, 2003
5:02 am
500
I´ve got a XML file with over 2000 pairs of lines with the following structure: <base loc="en" >TEXT TO COPY</base> <tran loc="fr" origin=""></tran> and I...
franrpc
Offline Send Email
Dec 2, 2003
5:02 am
501
Hi Simon, I'm surprised that the new forums haven't taken off. i think they knock spots off yahoo Groups any day especially as they are being hosted on your...
Mark Spooner
spstudios
Offline Send Email
Dec 2, 2003
5:02 am
502
Hi Paul, If you output using, say, a tab format, you can then use a Restrict to Tab Fields filter with a sub filter of a Pad to Width filter to force each...
Simon Carter, Crystal...
crystalsoftw...
Offline Send Email
Dec 2, 2003
6:08 am
503
Hi Marc, That's not too hard, but it will take a little time. We can pickup that consulting work for you. Regards, Simon Carter, Crystal Software,...
Simon Carter, Crystal...
crystalsoftw...
Offline Send Email
Dec 2, 2003
6:08 am
504
Hi Fran, ... origin=""></tran>] with [ <base loc="en" >$1</base>\r\n <tran loc="fr" origin="">$1</tran>] ... Regards, Simon Carter, Crystal Software,...
Simon Carter, Crystal...
crystalsoftw...
Offline Send Email
Dec 2, 2003
6:08 am
505
Hi Simon and TextPipers; A Yahoo Group 'push' of information works far better for occasional TextPipe users with busy schedules than a forum that would have to...
Dan Bashaw
danbashaw
Offline Send Email
Dec 3, 2003
1:15 am
506
Ok - we won't kill the group - it has over 600 members after all! Spam has become a real pain for most people (us included), so the forums provide a useful...
Simon Carter, Crystal...
crystalsoftw...
Offline Send Email
Dec 3, 2003
5:33 am
507
================================================================ Crystal Software Newsletter Vol. 1 www.crystalsoftware.com.au ...
crystalsoftwareau
crystalsoftw...
Offline Send Email
Jan 26, 2004
4:41 am
508
Dear TextPipe-Discuss Group Member, TextPipe 6.7 has been released - and it's our best ever! Don't miss out on this new version! ...
crystalsoftwareau
crystalsoftw...
Offline Send Email
Jan 28, 2004
4:49 am
509
Hi there Textpipe Guru's I have a problem for you all which I have been unable to solve ... I want to be able to scan a document and update an acronym list and...
risca_sydney@...
risca_sydney
Offline Send Email
Jun 8, 2004
10:58 pm
510
You can restrict a replacement or set of changes to a single section of a .INI file. The trick is to use a search/replace as the restriction. The example below...
crystalsoftwareau
crystalsoftw...
Offline Send Email
Sep 9, 2004
12:37 am
511
TextPipe 7.0 has some amazing new features...read more below... TextPipe Pro is the companion product to our other search and replace tools - WordPipe for...
crystalsoftwareau
crystalsoftw...
Offline Send Email
Sep 9, 2004
12:38 am
512
EasyPatterns are a user-friendly language to match text patterns such as phone numbers, email addresses, prices, times, dates, IP addresses, Zip codes and much...
crystalsoftwareau
crystalsoftw...
Offline Send Email
Sep 24, 2004
7:06 am
513
================================================================ Crystal Software Newsletter Vol. 2 www.crystalsoftware.com.au ...
crystalsoftwareau
crystalsoftw...
Offline Send Email
Oct 6, 2004
1:29 am
514
Hi all, We've just uploaded our new site design - we hope you like the new look. Also, if you weren't aware of it, we changed from Crystal Software to...
crystalsoftwareau
crystalsoftw...
Offline Send Email
Jun 15, 2005
4:00 am
515
We've just released TextPipe Pro 7.4 - the easiest way to fix, convert, transform or data mine text files. TextPipe can now convert to and from 150+ code...
crystalsoftwareau
crystalsoftw...
Offline Send Email
Jun 29, 2005
11:32 pm
516
I'm trying to move the first line matching a pattern to a different (and fixed) line position. For example, I would like to move line number 4 to position...
pmurillo76
Offline Send Email
Jan 6, 2006
9:36 am
517
The latest TextPipe Pro Beta can be downloaded from: http://www.datamystic.com/textpipeprobeta.exe and for customers, from the pre-release link in the secure...
crystalsoftwareau
crystalsoftw...
Offline Send Email
Jun 16, 2006
7:03 am
518
I have been working on some data extraction. I am using textpipe pro as well as Easy pattern helper.. I need to extract two lines that read like this Sales: ...
Seven
sevenkitty_77
Offline Send Email
Jul 27, 2006
10:10 pm
519
... Simple. Replace line break with whitespace after "Sales:" First filter (replace): -Search (Sales:)(\r\n) -Replace with $1[ ] Second filter (extract...
d.rybas
Offline Send Email
Feb 7, 2007
9:15 pm
520
Hi, How can split a file by file size and string pattern? For example I would like to split a file into minimum size of 5 MB and find a string pattern as the...
ochsiong
Online Now Send Email
Mar 3, 2007
1:33 am
521
I have a filter file which using a series of preset filters (like the HTML code stripper), and a series of exact-match replacement filters (usually to get rid...
skas97214
Offline Send Email
Mar 15, 2007
10:46 pm
522
Hi Steve, You need to add a `Convert end of lines' filter at the top of your filter list. The Trial Run area (as documented in the help) converts all EOLs to...
crystalsoftwareau
crystalsoftw...
Offline Send Email
Mar 16, 2007
4:28 am
523
This is probably so simple that it's been solved a dozen times, but I'm stuck. How do I remove quote marks from content that are interfering with correct...
Doug C
dgcuff
Offline Send Email
Mar 26, 2007
10:05 pm
524
The trick is to replace only between >...< pairs. The beauty of TextPipe is that you can restrict a set of changes to any region, using either a pattern, or...
crystalsoftwareau
crystalsoftw...
Offline Send Email
Mar 26, 2007
10:33 pm
525
I am having a problem with the conversion - after adding the EBCDIC to ASCII conversion my output file is showing unmatchable ascii characters. I tried to use...
Renee Kamke
rkamke
Offline Send Email
Nov 25, 2007
11:28 am
Messages 496 - 525 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