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 |
---|---|---|
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. | |
CsvExportRouteWithValidator | Converts a CSV file on the input into a list of map and adds a validation. | |
CsvToDbRoute | Puts lines from a CSV file into a database. | |
DbBatchLoadRoute | Loads data from the database in batches. | |
JsonToListRoute | Converts JSON on the input into a list of map with values from JSON. | |
ListMapToCsvRoute | Converts a list of map on the input into a CSV file. | |
ListToXmlRoute | Converts a list of map on the input into an XML file. | |
RestToListRoute | ||
XmlToListRoute | Converts an XML file on the input into a list of map. |
Â
IntegrationManager version 5.8.0