SlideShare a Scribd company logo
Combine Collections Transformer
- By Rahul Kumar
Combine Collections Transformer
Takes a payload which is a Collection of Collections and turns into a single
List. For example, if the payload is a Collection which contains a Collection
with elements A and B and another Collection with elements C and D, this
will turn them into a single Collection with elements A, B, C and D.
Often used after the Scatter-Gather component which sends the message to
each route concurrently and returns a collections of all result. Flattens a
collection of collections into one collection
Combine Collections Transformer
Often used after the Scatter-Gather component which sends the message to
each route concurrently and returns a collections of all result. Flattens a
collection of collections into one collection
Converts MuleMessageCollection into a MuleMessage
Usage
Place Combine Collections Transformer from the place where you want to use
transformation on multiple Collections.
Thank You

More Related Content

PPTX
Mule splitters
PPTX
Basic example using quartz component in anypoint studio
PPTX
Scatter gather flow in mule
PPTX
Scatter gather in mule
PPTX
Creating global functions
PPTX
Creating custom object store
PPTX
Using parse template component
PPTX
Using groovy component
Mule splitters
Basic example using quartz component in anypoint studio
Scatter gather flow in mule
Scatter gather in mule
Creating global functions
Creating custom object store
Using parse template component
Using groovy component

More from Rahul Kumar (20)

PPTX
Using expression component
PPTX
Creating custom transformer
PPTX
Creating custom aggregation strategy
PPTX
Creating custom aggregator
PPTX
Byte array to hex string transformer
PPTX
Creating custom filter
PPTX
Hex string to byte array transformer
PPTX
XML to DOM Transformer
PPTX
Dom to xml transformer
PPTX
Object to input stream transformer
PPTX
Byte array to object transformer
PPTX
Byte array to string transformer
PPTX
Object to string transformer
PPTX
Csv to json transform in simple steps
PPTX
Using scatter gather
PPTX
Choice router
PPTX
Using idempotent filter
PPTX
Using expression filter
PPTX
Using JSON Schema Validator
PPTX
Quartz connector
Using expression component
Creating custom transformer
Creating custom aggregation strategy
Creating custom aggregator
Byte array to hex string transformer
Creating custom filter
Hex string to byte array transformer
XML to DOM Transformer
Dom to xml transformer
Object to input stream transformer
Byte array to object transformer
Byte array to string transformer
Object to string transformer
Csv to json transform in simple steps
Using scatter gather
Choice router
Using idempotent filter
Using expression filter
Using JSON Schema Validator
Quartz connector
Ad

Recently uploaded (20)

PPTX
Patient Appointment Booking in Odoo with online payment
PDF
Nekopoi APK 2025 free lastest update
PDF
Wondershare Filmora 15 Crack With Activation Key [2025
PDF
Navsoft: AI-Powered Business Solutions & Custom Software Development
PPTX
Advanced SystemCare Ultimate Crack + Portable (2025)
PPTX
Oracle Fusion HCM Cloud Demo for Beginners
PDF
AutoCAD Professional Crack 2025 With License Key
PDF
How to Make Money in the Metaverse_ Top Strategies for Beginners.pdf
PDF
Complete Guide to Website Development in Malaysia for SMEs
PDF
medical staffing services at VALiNTRY
PDF
Salesforce Agentforce AI Implementation.pdf
PPTX
Computer Software and OS of computer science of grade 11.pptx
PDF
Design an Analysis of Algorithms I-SECS-1021-03
PPTX
Operating system designcfffgfgggggggvggggggggg
PDF
How to Choose the Right IT Partner for Your Business in Malaysia
PPTX
assetexplorer- product-overview - presentation
PPTX
AMADEUS TRAVEL AGENT SOFTWARE | AMADEUS TICKETING SYSTEM
PDF
Autodesk AutoCAD Crack Free Download 2025
PDF
CCleaner Pro 6.38.11537 Crack Final Latest Version 2025
PPTX
L1 - Introduction to python Backend.pptx
Patient Appointment Booking in Odoo with online payment
Nekopoi APK 2025 free lastest update
Wondershare Filmora 15 Crack With Activation Key [2025
Navsoft: AI-Powered Business Solutions & Custom Software Development
Advanced SystemCare Ultimate Crack + Portable (2025)
Oracle Fusion HCM Cloud Demo for Beginners
AutoCAD Professional Crack 2025 With License Key
How to Make Money in the Metaverse_ Top Strategies for Beginners.pdf
Complete Guide to Website Development in Malaysia for SMEs
medical staffing services at VALiNTRY
Salesforce Agentforce AI Implementation.pdf
Computer Software and OS of computer science of grade 11.pptx
Design an Analysis of Algorithms I-SECS-1021-03
Operating system designcfffgfgggggggvggggggggg
How to Choose the Right IT Partner for Your Business in Malaysia
assetexplorer- product-overview - presentation
AMADEUS TRAVEL AGENT SOFTWARE | AMADEUS TICKETING SYSTEM
Autodesk AutoCAD Crack Free Download 2025
CCleaner Pro 6.38.11537 Crack Final Latest Version 2025
L1 - Introduction to python Backend.pptx
Ad

Combine collections transformer

  • 2. Combine Collections Transformer Takes a payload which is a Collection of Collections and turns into a single List. For example, if the payload is a Collection which contains a Collection with elements A and B and another Collection with elements C and D, this will turn them into a single Collection with elements A, B, C and D. Often used after the Scatter-Gather component which sends the message to each route concurrently and returns a collections of all result. Flattens a collection of collections into one collection
  • 3. Combine Collections Transformer Often used after the Scatter-Gather component which sends the message to each route concurrently and returns a collections of all result. Flattens a collection of collections into one collection Converts MuleMessageCollection into a MuleMessage
  • 4. Usage Place Combine Collections Transformer from the place where you want to use transformation on multiple Collections.