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.