Splitter
Splitter is used to process collections within a message or each element of a list separately. It can be useful when you want to read each line in an XML file, process it, and then combine the result of each line. In cases where the expression type is specified as line break, the reading process occurs on a line-by-line basis, treating each line as a distinct operation. For XML documents, the use of XPath allows for a targeted approach, facilitating the shredding of data based on the specified XPath value.