kettle_bradtwurst
04-26-2006, 02:18 PM
Hello all,
Simple question: Is it possible to have a input source that didn't originate from a file or a database?
The scenario that I envision:
<hr />
I am using kettle embedded in a server that I have running. That server receives an XML document via some external request (web service call, jms message, etc). This document contains the information that I want to be a data source for a transformation.
<hr />
Now, I know that I could write the XML string out to a text file that I could then use for input, but I was wondering if this could be done without the intermediate step.
I've looked through the documentation and I didn't see a 'Step' for this.
Thanks in advance for your response,
James
Simple question: Is it possible to have a input source that didn't originate from a file or a database?
The scenario that I envision:
<hr />
I am using kettle embedded in a server that I have running. That server receives an XML document via some external request (web service call, jms message, etc). This document contains the information that I want to be a data source for a transformation.
<hr />
Now, I know that I could write the XML string out to a text file that I could then use for input, but I was wondering if this could be done without the intermediate step.
I've looked through the documentation and I didn't see a 'Step' for this.
Thanks in advance for your response,
James