How can I stream the output of a shell script as the input source to a PDI transformation? Basically to use the output of a shell script instead of, say, a database query.
I know I could execute the shell script in a job, saving the output to a flat file in one step, and then use the flat file as the input to a transformation in a separate step. But that's so 90s! Is there any way to achieve what I attempting? Maybe some custom input plugin??
Thanks,
Geoff
I know I could execute the shell script in a job, saving the output to a flat file in one step, and then use the flat file as the input to a transformation in a separate step. But that's so 90s! Is there any way to achieve what I attempting? Maybe some custom input plugin??
Thanks,
Geoff