cSplitter Standard properties - 7.3

Splitter (Mediation)

Version
7.3
Language
English
Product
Talend Data Fabric
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Open Studio for ESB
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > Routing components (Mediation) > Splitter components (Mediation)
Data Quality and Preparation > Third-party systems > Routing components (Mediation) > Splitter components (Mediation)
Design and Development > Third-party systems > Routing components (Mediation) > Splitter components (Mediation)
Last publication date
2023-06-12

These properties are used to configure cSplitter running in the Standard Job framework.

The Standard cSplitter component belongs to the Routing family.

Basic settings

Language

Select the language of the expression you want to use to split your messages, from None, Constant, EL, Groovy, Header, JavaScript, JoSQL, JSonPath, JXPath, MVEL, OGNL, PHP, Property, Python, Ruby, Simple, SpEL, SQL, XPath, and XQuery.

For more information about how to use the languages to create an expression, see the site http://camel.apache.org/languages.html.

Correlation expression/Expression

Type in the expression to use to split the messages.

Correlation expression/Use Result Class Type

This option appears when XPath is selected in the Language list.

Select this check box to set the result type of the sub-messages in the field that appears. The default native XML objects org.w3c.dom.NodeList will be used if not specified.

Correlation expression/Add Namespaces

This option appears when XPath is selected in the Language list.

Select this check box to add namespaces for the Xpath expression. Click [+] to add as many namespaces as required to the table and define the prefix and URI in the corresponding columns.

Use Strategy Select this check box to refer to an aggregation strategy to assemble the replies from the sub-messages into a single outgoing message from the splitter. Enter the ID of the aggregation strategy in the Strategy field. The sub-message replies will be aggregated in the order they come back if Streaming is enabled. If not, the sub-message replies will be aggregated in the same order as they were split.
Parameters/Parallel Processing Select this check box to process the sub-messages concurrently. The caller thread will wait until all sub-messages have been fully processed before it continues.
Parameters/Stop on Exception Select this check box to stop processing immediately when an exception occurs.
Parameters/Streaming Select this check box to split the message in a streaming fashion, which means it will split the input message in chunks. It is recommended to enable this option when processing big messages.
Parameters/Share Unit of Work Select this check box to share the unit of work between the parent exchange and each split exchange. For more information and an use case of this option, see the site http://camel.apache.org/splitter.html.
Parameters/Timeout Specify a total timeout in millisecond. If the message is not split and processed within the given time frame, the timeout triggers and the splitter breaks out.

Usage

Usage rule

cSplitter is used as a middle component in a Route.

Connections split: Select this link to route the split messages to the next endpoint.
Route: Select this link to route all the messages from the sender to the next endpoint.

Limitation

 n/a