Hej !
I have a CSV file that is transformed into a JSON payload containing an array of objects. I then use a Splitter with $.objects[*] to split the array into individual JSON objects.
My goal is to send each split object to an ION REST API step that expects a JSON object as an input variable. I created a custom document/object schema in the ION Data Catalog for the API input.
However, I am unable to map the split JSON object to the custom document object that the API accepts as input. Graphical Mapping appears to work for BODs, but not for the split JSON object produced by the Splitter.
What is the recommended way to pass a split JSON object from a Data Flow into an ION REST API that expects an Object Catalog/Data Catalog object as input?
Regards
Mulugeta