Forum Discussion

Thom's avatar
Thom
New Contributor II
3 years ago
Solved

Expression solution for transformation

I have to transform documents that look like the following: [{ “Id”: 999, “field1”: “value1”, “field2”: “value2”, “field3”: “value3” } ] Into output like this. [{ “Id”: 999, “en...