Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
VictorFaure
Contributor II
Contributor II

Split data and map both flow path again

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 ?

Labels (5)
1 Solution

Accepted Solutions
VictorFaure
Contributor II
Contributor II
Author

To fix my issue I reused the source and basically copied the first few components to recreate the same input.

View solution in original post

1 Reply
VictorFaure
Contributor II
Contributor II
Author

To fix my issue I reused the source and basically copied the first few components to recreate the same input.