Page 1 of 1

Filter Input from another Filter's output

Posted: Thu Apr 03, 2008 1:14 pm
by othni
Can I run a couple of filters in sequence and make the filter's output another filter's input?

Could this be done from the command line?

Thank you

Posted: Fri Apr 04, 2008 4:27 pm
by DataMystic Support
It really needs a higher level 'script' that invokes multiple filters. It's on the drawing board but we haven't started coding yet!

Filter Input from another Filter's output

Posted: Fri Apr 04, 2008 9:52 pm
by othni
Thank you very much! :D

Although, technically I could do it in one filter, for organization sake, I want to split the process in two filters.

The first filter is a process that will never change no matter the client that I am working on. The second filter will have some small changes depending on the client. This filter insert records into an SQL table. One of the things that changes is the name of the SQL table. Would be nice to reference it through a global variable (and command line also) :wink:

Keep up the goog work!

Posted: Fri Apr 04, 2008 10:59 pm
by othni
Another thing... just like the command prompt...

filter | filter | filter | filter

...this would really reinforce the Pipe in TextPipe! :wink:


Like M.L.K. said: I have a [Pipe] dream!

http://www.youtube.com/watch?v=KAvPRbh0jmE

Posted: Wed Apr 09, 2008 8:13 am
by DataMystic Support
Did you know that you can link filters together? It's in the All Available Filters view - at the bottom.

The client-specific filter would like to the generic filter as the first step.

Posted: Wed Apr 09, 2008 8:49 am
by othni
I did not know that and it is really cool

I also would have to adjust it and change the input file to be the input of the "linked" filter. It would definitely work.

Thank you

Posted: Wed Apr 09, 2008 9:17 am
by DataMystic Support
No - the input comes from the linking filter - any input files specified by the filter you are linking to are ignored. Neat eh?

Posted: Wed Apr 09, 2008 10:06 am
by othni
Very!

You thought this through.