Search found 7 matches
- Fri Apr 19, 2013 4:29 pm
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: subdirectory recursion from command line?
- Replies: 2
- Views: 5878
Re: subdirectory recursion from command line?
Super, thanks
- Wed Apr 10, 2013 7:19 pm
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: subdirectory recursion from command line?
- Replies: 2
- Views: 5878
subdirectory recursion from command line?
Hi.
I can't figure out how to tell TextPipe to process subdirectory?
I've tried without luck. In file to process no subfolders selected.
I can't figure out how to tell TextPipe to process subdirectory?
I've tried
Code: Select all
textpipe.exe /f=file.fll /MERGETOFILE=result.txt c:\filestoprocess\*.html /I+ /G
- Wed Oct 26, 2011 4:24 pm
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Delete input files with matches?
- Replies: 2
- Views: 5425
Re: Delete input files with matches?
Wow, this is really cool.
Thank you a lot.
Thank you a lot.
- Wed Oct 26, 2011 7:47 am
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Delete input files with matches?
- Replies: 2
- Views: 5425
Delete input files with matches?
Hello.
Is this possible to delete not all input files but only where Textpipe matched text by filter?
Is this possible to delete not all input files but only where Textpipe matched text by filter?
- Sun Jan 21, 2007 1:43 am
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Character Math
- Replies: 6
- Views: 16734
Not losing a all text in subfilter?
Hi. I am trying to make the same thing. I've done as Ron. Added search and replace filter witch extract only needed number and in subfilter making a math. But I eventualy loosing all other text and get only line of numbers. I can't figure out how to use subfilter to not lose hole text. I've read a w...
- Fri Jan 19, 2007 7:20 pm
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Math, Global Variable and etc.
- Replies: 3
- Views: 9373
More details?
Thank you for your reply. Can you give me a bit more information. I use pattern .*\t(.*)\.00\t.* , it is matching just the price part. In "replace with" I set $1 and tick "Extract matches". In subfilter I make a math, and then I just get a number of prices. How can I manage don't...
- Thu Jan 18, 2007 3:16 pm
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Math, Global Variable and etc.
- Replies: 3
- Views: 9373
Math, Global Variable and etc.
Hi. I have a price with number of lines wich looks like this: BenQ-Siemens CF61 12 165.00 5.0900 I am trying to figure out how can I math with price (165.00 in example). I have created Perl pattern wich extract price and in VB subfilter make a math. Everything works except I loose all other part of ...