ποΈ Set Context
Set Context is used to add a header to the message or to define a property or to change the content of the message. When adding a Header or Property, it is important to specify the value type. While the Constant option is used to add a fixed value, the Expression option is used to get the value from Camel Exchange, XPath from XML, Header from message headers, Property from message properties, and JSONPath from JSON.
ποΈ Converter
The Converter allows conversion between different data formats. These conversions are often used to ensure data compatibility between different systems or to adapt data from one format to another.
ποΈ 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.
ποΈ Filter
It is used to limit or process data according to certain criteria. When integrations exchange data between different systems, that data may often need to meet certain criteria or comply with certain conditions.
ποΈ Base64 Converter
Base64 Converter is used to encodes the message content using Base64 or decode the Base64 content to original message.
ποΈ EDIFACT Converter
The EDIFACT Converter allows conversion between EDIFACT and XML formats. These conversions are often used to ensure data compatibility between different systems or to adapt data from one format to another.
ποΈ VDA Converter
The VDA Converter allows conversion between VDA and XML formats. VDA (Verband der Automobilindustrie) is a standard format widely used in the automotive industry for electronic data interchange.
ποΈ ANSI X12 Converter
The ANSI X12 Converter allows conversion between ANSI X12 and XML formats. ANSI X12 is a widely used EDI (Electronic Data Interchange) standard in North America, particularly in healthcare, retail, and logistics industries.
ποΈ Tradacoms Converter
The Tradacoms Converter allows conversion between Tradacoms and XML formats. Tradacoms (Trading Data Communications Standard) is a UK-based EDI standard widely used in retail and supply chain industries.
ποΈ ODETTE Converter
The ODETTE Converter allows conversion between ODETTE and XML formats. ODETTE (Organisation for Data Exchange by Tele Transmission in Europe) is a standard format used primarily in the European automotive industry for electronic data interchange.
ποΈ EANCOM Converter
The EANCOM Converter allows conversion between EANCOM and XML formats. EANCOM is a subset of EDIFACT specifically designed for the retail and consumer goods industries, utilizing GS1 standards for product identification.
ποΈ EDI Extractor
The EDI Extractor is a specialized tool designed to extract and parse EDI (Electronic Data Interchange) messages. It provides functionality to analyze and extract specific data elements from various EDI formats.