Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How to do it for long data dype
https://www.talendbyexample.com/talend-returning-values-from-subjobs.html
This is a technique for passing data down into, and back up from, child jobs. We use it a lot. We have a joblet that checks to see if context.sharedMap is initialized, and if not, creates a new ConcurrentHashMap. This joblet is placed at the start of every job that uses the context.sharedMap mechanism.