Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created 04-19-2024 08:17 PM
Hoping someone can help me with a JOLT spec.
I have the following json:
Created 04-19-2024 08:30 PM
Hi,
You can do this in different ways , here is one of them:
[
{
"operation": "shift",
"spec": {
"@uniqueIdentifier": "_id",
"*": "&"
}
}
]Hope that helps.
Created 04-19-2024 08:30 PM
Hi,
You can do this in different ways , here is one of them:
[
{
"operation": "shift",
"spec": {
"@uniqueIdentifier": "_id",
"*": "&"
}
}
]Hope that helps.
Created 04-20-2024 05:55 AM
Thank you so much - that worked perfectly. I have so much to learn about JOLT.