Search found 17 matches
- Fri Jun 15, 2007 9:32 am
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Find Exactly not working
- Replies: 2
- Views: 7616
- Fri Jun 15, 2007 6:24 am
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Find Exactly not working
- Replies: 2
- Views: 7616
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:
Replace With:
somehow this is not doing it
Find:
Code: Select all
INSERT INTO `MAIN` VALUES
Code: Select all
INSERT INTO `main` VALUES
- Sun Oct 01, 2006 11:27 am
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Command line options
- Replies: 2
- Views: 8656
- Sat Sep 30, 2006 3:05 am
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Command line options
- Replies: 2
- Views: 8656
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...
- Tue Sep 12, 2006 11:35 pm
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: CMD Syntax
- Replies: 5
- Views: 13216
- Tue Sep 12, 2006 2:10 pm
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: CMD Syntax
- Replies: 5
- Views: 13216
- Tue Sep 12, 2006 7:25 am
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: CMD Syntax
- Replies: 5
- Views: 13216
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...
- Fri Sep 08, 2006 1:29 pm
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: ####MARKER#### ??
- Replies: 1
- Views: 7472
####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?
####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?
- Thu Sep 07, 2006 3:56 am
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Wildcards in search/replace
- Replies: 3
- Views: 9976
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...
- Wed Sep 06, 2006 12:28 am
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Wildcards in search/replace
- Replies: 3
- Views: 9976
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...
- Wed Sep 06, 2006 12:12 am
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Is this possible?
- Replies: 9
- Views: 18934
- Sat Sep 02, 2006 12:56 am
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Installation to USB Key
- Replies: 7
- Views: 15964
- Sat Sep 02, 2006 12:41 am
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Is this possible?
- Replies: 9
- Views: 18934
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...
- Fri Sep 01, 2006 10:48 am
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Installation to USB Key
- Replies: 7
- Views: 15964
- Fri Sep 01, 2006 10:47 am
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Is this possible?
- Replies: 9
- Views: 18934
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...