This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
Contributed by @cjhoward18
This pipeline pattern helps dynamically create fields from a series of field value pairs in a string.
The CSV Generator creates sample content as follows:
field1
a=1&b=2&c=3
We want to separate the entries at the ampers...
These APIM policies can be applied to any task running on any plex. However, you must use the snaplex url to invoke the task for these policies to be applied, which would be a call directly to your snaplex vs going to the elastic.snaplogic.com(cloud ...
Assuming your input is a single document with an array of objects, rather than a stream of individual documents.
With that assumption you can use a mapper with the expression:
jsonPath($, "$[*].tree") and target path: tree
This will collect all tree ...