Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
We have a solution built in Talend Open Studio 5.6.2 that we're currently working on optimizing for performance. The solution is comprised of the following jobs, each of which parses a JSON blob item to extract data for a specfic purpose:
[list=*]
I guess I have a few of questions regarding this implementation:
[list=1]
I've been doing some searching in forums and such and have found comparisons of the tHashOutput vs tBufferOutput and I'm really not seeing any good examples of people passing more than one value from one job to another job.