Predefined Routes as Beans (DEPRECATED)

This feature is deprecated. It was used actively in IM 1.18.x and older. It is kept only for compatibility reasons.

You can use the following routes available out-of-the-box:

Name

Description

Configuration

Name

Description

Configuration

AggregatedRoute

Aggregates messages to a new message. The new message is created when a predefined count limit or timeout limit is exceeded.



BatchedFetchRoute

Splits fetching of data to batches with a predefined size.



ConditionalInsertRoute

Fetches data from PFX and if the data is not present, it inserts new data.



CsvExportRoute

Converts a CSV file on the input into a list of map.

pfx:csv-to-list

CsvExportRouteWithValidator

Converts a CSV file on the input into a list of map and adds a validation. 

pfx:csvExport

pfx:csv-to-list

CsvToDbRoute

Puts lines from a CSV file into a database.



DbBatchLoadRoute

Loads data from the database in batches.

pfx:dbExport

JsonToListRoute

Converts JSON on the input into a list of map with values from JSON.

pfx:jsonToList

pfx:json-to-list

ListMapToCsvRoute

Converts a list of map on the input into a CSV file.

pfx:listToCsv

pfx:list-to-csv

ListToXmlRoute

Converts a list of map on the input into an XML file.

pfx:list-to-xml

RestToListRoute



pfx:rest-to-list

XmlToListRoute

Converts an XML file on the input into a list of map.

pfx:xml-to-list

 

IntegrationManager version 5.8.0