Hi, I want to find lines that contain two sets of characters, like "bntp" and "typ_cd". Assume that "bntp" is always before "typ_cd" on any line they both...
allanlewis@...
Feb 6, 2001 9:32 pm
53
Does bntp.*typ_cd work? You should check out the help page on regular expressions. ... like "bntp" and "typ_cd"....
dajo-egroups@...
Feb 7, 2001 3:17 am
54
Yes, the following does meet my needs. bntp.*typ_cd I had not correctly understood the help page on regular expressions. Actually, the help page called...
allanlewis@...
Feb 7, 2001 9:46 pm
55
What's New in v5.3.7 ==================== * Updated Export To Clipboard and Print facility to cope with new filters and tree structured filters. This...
Simon Carter - Crysta...
launch@...
Feb 16, 2001 1:15 am
56
** Please tell your friends and colleagues about TextPipe! ** O R D E R I N G ... Please order TextPipe now (price increase this month)! You can download and ...
Simon Carter - Crysta...
launch@...
Mar 9, 2001 12:49 am
57
I need to have the file date appended to the beginning of each line or set a variable to capture user input asking fo rthe date then appended the variable...
ohczar@...
Mar 9, 2001 4:20 am
58
Sure can! You'll have to use the ActiveX filter and write some code to get the date from the user in the startJob event. Then prepend it to each line in the...
Simon Carter - Crysta...
launch@...
Mar 9, 2001 5:07 am
59
Hi. I have several thousand files on my website that contain references to each other (eg, a reference to file X in file Y). I need to cross- reference them....
knowedgar@...
Mar 21, 2001 10:58 pm
60
Hi Peter, Once you have a list of all files, is it possible to construct a list of search and replace for TextPipe to perform (which you can then feed to ...
Simon Carter - Crysta...
launch@...
Mar 22, 2001 1:59 am
61
Hi Simon, Thank you for writing back. I have a filter I use right now that is very simple. This is an example: Find= 200.14 Replace with= <a ...
Peter Schwartz
knowedgar@...
Mar 22, 2001 2:54 am
62
Hi Peter, Sounds like you need a pattern match. If all your filenames look like DDD.DD then you can use the following search/replace pattern (make sure you see...
Simon Carter - Crysta...
launch@...
Mar 22, 2001 4:14 am
63
Thanks for the slick Excel examples, Simon. Apparently there's no limit to what can be done with the ActiveX scripting filter. I had a situation last week...
dajo-egroups@...
Mar 29, 2001 1:01 pm
64
What's New in v5.4 ================== * VBScript/JScript code can now control TextPipe - LogError, LogInfo, inputFilename, fullInputFilename, terminate, ...
Simon Carter - Crysta...
launch@...
Mar 29, 2001 2:27 pm
65
... Please see the attached filter. Regards, Simon -- Simon Carter, mail@... Fix Text Now! - T e x t P i p e TextPipe User Group -...
Simon Carter - Crysta...
launch@...
Apr 3, 2001 6:00 am
66
Also you can use the 'Select non-matching lines' with a regex: ... ... I thought it was going to be a pain to count out 65 dots, but while you type into the...
dajo-egroups@...
Apr 3, 2001 2:07 pm
67
I have been trying to get this into TextPipe for some time - I have a DLL to do this, but every time I try to get it to work I run into a nasty memory ...
Simon Carter - Crysta...
launch@...
Apr 3, 2001 8:34 pm
68
hello, i have just started using text pipe and i have but one question. i have some data that need som modifing the following is a sample of the data ...
memberscard@...
Apr 29, 2001 8:16 pm
69
Hi Simon, My computer registry became very corrupt and I was forced to upgrade to Windows 2000 yesterday. In the process, I lost all of my email for past year....
Peter Schwartz
knowedgar@...
May 2, 2001 1:38 am
70
Hi Clint, First, remove all text in brackets using a pattern match for \([^)]\) replace with nothing. Then you need a pattern match replace for ...
Crystal Software
launch@...
May 2, 2001 9:33 pm
71
Hi. I don't know what I was doing, but I couldn't get your suggestion to work. I did some tweaking and came up with another way to produce the result that...
cognatio@...
May 7, 2001 2:37 am
72
The following is copied from e-mail text file folders saved from Outlook Express in one big file. What is it called (html?) and how can I get rid of it...
Shirley
swarren2@...
May 8, 2001 11:28 am
73
Hi all, I've attached a filter that emulates the features of a package called Text Cleaner (known on the Macintosh as textSOAP). Please let me know if you can...
Crystal Software
launch@...
May 8, 2001 5:16 pm
74
Hi all, I've attached a filter that emulates the features of a package called Text Cleaner (known on the Macintosh as textSOAP). Please let me know if you can...
Crystal Software
launch@...
May 8, 2001 5:25 pm
75
Hi Shirley, I'm not sure why you sent the file taking up "tons of space" to everyone in this group. Please don't do it again. The text you have is an...
Crystal Software
launch@...
May 8, 2001 7:22 pm
77
Hi all, Please ignore the previous post (and certainly don't forward it to anyone). I don't understand why a user posted a "lost-password" message to the list...
launch@...
May 9, 2001 1:41 pm
78
To remove the database filter's XML rowCount e.g. <!-- rowCount="346" --> Just search for the pattern <!-- rowCount="\d+" --> and replace with nothing. You can...
Crystal Software
launch@...
May 17, 2001 7:56 pm
79
I'm using TextPipe and currently using v5.4.1 Pro edition. I'm trying to write a filter that will search for a string ("STATE:") that begins in column 2 and...
Conatser, Robert
Robert.Conatser@...
May 21, 2001 7:41 pm
80
I am triying to use textpipe to manage data files and because of that I'd like to know if someone knows how to find and replace text within a line but in fixed...
BENITO ABRAHAM
BABRAHAM@...
May 22, 2001 6:07 pm
81
... ("STATE:") that ... BUSINESS ... the ... replace ... strings. ... ("STATE:") that ... BUSINESS ... the ... replace ... strings. ... The filter is also...
drjohnson@...
May 22, 2001 6:17 pm
82
Hi Benito, Use a select column range filter to limit the column positions, then drag and drop a search replace into it to perform replace only in those...