Wondering if its possible today to take the output from a command line application such as a Perl script and use this as an input to a block (merge/join, append, summarise, etc...
I presume you mean a data source without any inputs? I imagine a data source where you execute a predefined command and capture the process output stream as text (CSV, XML, etc.). You might also want a merging feed where the command is defined by a field in the input.
My scenario is that I have a perl script that I run with a series of parameters that pulls inventory data out of an IT Asset Management system. I already have the data in CSV, but if I can use the command and define the refresh interval.... BLISS!