Multiple Processors Inside Message Enricher Component

In this article, we will see how to use more than one component inside Message Enricher and change the message format. Message Enricher helps us to load a value into a variable without affecting the current payload. But if you want to use more than one component for any other purpose or consider a scenario where we need to change the format of the variable before assigning it, we need to use a processor chain component.

Consider a scenario where we need to read a JSON error file from an object store and assign it to a variable so that we can use the same file later. For that, the JSON file object should be assigned as JSON.  https://goo.gl/3Hc3Kh #DataIntegration #ML