Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I can send 2 types of JSONs but the send Java code is the same for both.
To create the different JSONs I use a tMap with an expression filter. But the tJavaRow only accepts 1 input.
I want both JSON to use the Post2MAGDA tJavaRow, if it's possible.
What is the best practice here?
Thanks,
Jonathan
Once the path is split into 2 different routes, you cannot merge them within the same Subjob (without using some code that is). There are many reasons for this.
Your options here are to ....
https://help.talend.com/r/en-US/8.0/technical/thashoutput
https://help.talend.com/r/en-US/8.0/technical/thashoutput-thashinput-tfixedflowinput-tfileoutputdelimited-dropping-and-linking-components-standard-component-drag
Once the path is split into 2 different routes, you cannot merge them within the same Subjob (without using some code that is). There are many reasons for this.
Your options here are to ....
https://help.talend.com/r/en-US/8.0/technical/thashoutput
https://help.talend.com/r/en-US/8.0/technical/thashoutput-thashinput-tfixedflowinput-tfileoutputdelimited-dropping-and-linking-components-standard-component-drag
@Richard Hall Thank you, I'll start working on it.
It's a small change of mind coming from FME:)
Worked like a charm!