NAl
4 years agoContributor
Using JSON Splitter to reorganise JSON
Is it possible to move ValueX so it sits in the corresponding original document?
I’m currently using a JSON splitter to flatten a file processed by a Group by snap upstream.
{
"original": {
"Individual": "Wolverine"
}
"ValueX":
"9999"
}
Here is the current JSON splitter setup:

Hi @NAl ,
You can use Structure snap to move one field to another.
Result