Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm developping a flow that receive a 10 line csv and needs to send a request each for 5 lines of this csv while the other 5 lines are complementary data for each request.
To do that I split the data (Top part on the screenshot) that should be sent each request, and gather the rest into 5 rows to be processed each their turn (middle split).
Problem is, either talend doesn't let me map with a closed loop, or with tHash components tHash isn't initialized and I get runtime error.
How may I do what I need to ?
To fix my issue I reused the source and basically copied the first few components to recreate the same input.
To fix my issue I reused the source and basically copied the first few components to recreate the same input.