Map to attributes (jsonpath)
Map a list of objects to a list of attributes based on json paths
Input parameters
Name | Description | Type | Required | Default value |
---|---|---|---|---|
Array | The array to be mapped | List | true | |
Jsonpaths | null | List | false | |
Map to flat list | If true, the result will be a flat list of values instead of a list of objects. (This only makes sense if there is only one jsonpath) | True/False | false | false |
Output
Name | Description | Type | Default value |
---|---|---|---|
Result | null | VARIABLE |