Hi,
After extracting from message, we have a JSON value in a field that looks something like this: {“Key1”:“Value1”, “Key2”:“Value2”, “Key3”:“value3”}
The number of Keys may change.
I was asked to see if it was possible to split these message, for each Key in JSON, using a Pipeline.
Using JSON example, instead of 1 message with the JSON, we would have 3 different messages, all sharing same fields and values but each will also include a unique field with the name according to each of the Keys and it’s value. That means (using example) I would have 3 Messages instead of 1.
I hope that was clear.
I don’t have code yet to share, since right now I am trying to see if it is even possible.