Search found 7 matches

by sergeda
Wed Apr 10, 2013 7:19 pm
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: subdirectory recursion from command line?
Replies: 2
Views: 5506

subdirectory recursion from command line?

Hi.
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
without luck. In file to process no subfolders selected. :(
by sergeda
Wed Oct 26, 2011 4:24 pm
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Delete input files with matches?
Replies: 2
Views: 5087

Re: Delete input files with matches?

Wow, this is really cool.
Thank you a lot.
by sergeda
Wed Oct 26, 2011 7:47 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Delete input files with matches?
Replies: 2
Views: 5087

Delete input files with matches?

Hello.
Is this possible to delete not all input files but only where Textpipe matched text by filter?
by sergeda
Sun Jan 21, 2007 1:43 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Character Math
Replies: 6
Views: 16120

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...
by sergeda
Fri Jan 19, 2007 7:20 pm
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Math, Global Variable and etc.
Replies: 3
Views: 8943

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...
by sergeda
Thu Jan 18, 2007 3:16 pm
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Math, Global Variable and etc.
Replies: 3
Views: 8943

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 ...