Search found 17 matches

by franknbeans
Fri Jun 15, 2007 9:32 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Find Exactly not working
Replies: 2
Views: 7300

yes, I did have 'match case' checked but I also had 'case sensitive replace' checked on the bottom which I believe was my problem
by franknbeans
Fri Jun 15, 2007 6:24 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Find Exactly not working
Replies: 2
Views: 7300

Find Exactly not working

I have a simple 'find exactly' filter that is not working. I was wondering if there was something with single quotes from a mySQL dump that it is not allowing the replace:

Find:

Code: Select all

INSERT INTO `MAIN` VALUES
Replace With:

Code: Select all

INSERT INTO `main` VALUES
somehow this is not doing it
by franknbeans
Sun Oct 01, 2006 11:27 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Command line options
Replies: 2
Views: 8377

I need to go back and re-read the chm file, must have overlooked that part - thanks
by franknbeans
Sat Sep 30, 2006 3:05 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Command line options
Replies: 2
Views: 8377

Command line options

I was wondering if TextPipe returns some sort of exit code or success/failure codes when ran from the command line. I ask this because I want to be able to write a script that prompts me for the "files to be filtered" location and then proceeds to programmatically or dynamically build my c...
by franknbeans
Tue Sep 12, 2006 11:35 pm
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: CMD Syntax
Replies: 5
Views: 12638

DataMystic Support wrote: BTW - all these filters will run simultaneously. To run them in series (one after the other), you need to run TextPipe 4 times.
Wouldn't it be easier then to just include all of your filters into the same .fll file?
by franknbeans
Tue Sep 12, 2006 2:10 pm
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: CMD Syntax
Replies: 5
Views: 12638

but my question is, how do I include the location of my files to filter?
ie: c:\my documents\*.*

where would that fit into all of this?
by franknbeans
Tue Sep 12, 2006 7:25 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: CMD Syntax
Replies: 5
Views: 12638

CMD Syntax

If we are including more than one filter in a batch file such as: start /w textpipe.exe "/f=my special filter.fll" /g "/f=my special filter2.fll" /g "/f=my special filter3.fll" /g "/f=my special filter4.fll" /g /q and we would like to apply a /z=commands.txt f...
by franknbeans
Fri Sep 08, 2006 1:29 pm
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: ####MARKER#### ??
Replies: 1
Views: 7253

####MARKER#### ??

I keep seeing this:
####MARKER####
contained in some of my output files. I have never specified this as a replacement string and it is not contained in the raw, unfiltered text file anywhere. What could be causing this?
by franknbeans
Thu Sep 07, 2006 3:56 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Wildcards in search/replace
Replies: 3
Views: 9590

OK, thanks, I am starting to get the hang of this. During my evaluation, I have grown impressed with the power, speed and flexibility of TextPipe. I believe this may fit my needs very nicely once I upgrade. How does the Pro version handle under the pressure of filtering 500,000 to 1 million text fil...
by franknbeans
Wed Sep 06, 2006 12:28 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Wildcards in search/replace
Replies: 3
Views: 9590

Wildcards in search/replace

I'm sure there is an easypattern solution to this question but I am still working on determining how they work. I want to take the following example string: <br \><b>Expiration Date: </b>2006/03/05 and remove all instances of it, however, the dates are all different. So, is there some sort of filter...
by franknbeans
Wed Sep 06, 2006 12:12 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Is this possible?
Replies: 9
Views: 18079

I see, is there any way to tell textpipe to remove EVERYTHING between the designated tags no matter what is already present .... or, replace EVERYTHING between the tags with <something>?
by franknbeans
Sat Sep 02, 2006 12:56 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Installation to USB Key
Replies: 7
Views: 15290

I may be wrong but this looks like it installs many keys to the registry, especially HKCU keys. There seems to be a substantial dependence on the registry with HKCU and HKCR although the dependence on the SystemFolder is negligible.
by franknbeans
Sat Sep 02, 2006 12:41 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Is this possible?
Replies: 9
Views: 18079

Yes, the FAQ listed at the link you provided. The filters I am referring to are these three: How can I search and replace within <form>...</form> tags? How can I search and replace everything after a particular character? How can I search and replace everything before a particular character? Especia...
by franknbeans
Fri Sep 01, 2006 10:48 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Installation to USB Key
Replies: 7
Views: 15290

I, too would have use for such a feature if it was available
by franknbeans
Fri Sep 01, 2006 10:47 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Is this possible?
Replies: 9
Views: 18079

what's the difference? white spaces? carriage return? Syntax? sorry for the questions but I am trying to be more self sufficient (teach me to fish scenario here...) Also, I tried out using some of the filters you listed in your FAQ such as remove everything from the right of a tag, remove everything...