Thom
3 years agoNew Contributor II
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...
- 3 years ago
Hi @Thom ,
I’ve attached a pipeline, hope this helps.
Test_Expression_2023_05_31.slp (3.5 KB)Cheers 😉