Aravind M Posted March 7, 2022 Share Posted March 7, 2022 I am trying to divide an array into smaller batches in order to accumlate all the data in these smaller batches in a group to send it to the next system. Any suggestion on how to use loop through the array to achieve this The following image has the iterate group looping over an arrayand accumlating mapper. Need to make sub batches of this to publish to next system. Link to comment Share on other sites More sharing options...
Emmanuel Marchiset 2 Posted March 8, 2022 Share Posted March 8, 2022 See my answer to this previous question: https://community.tibco.com/questions/need-logic-each-iteration-fetch-50... Also have to look to this blog article explaining to do complex mappings that include mapping to grouped lists: https://emarchiset.medium.com/complex-mappings-scenarios-in-businesswork... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now