input
{
"rating": {
"primary": {
"value": 60000000.1
},
"quality": {
"value": 3
}
}
}
spec
[
{
"operation": "shift",
"spec": {
"rating": {
"primary": {
// simple match. Put the value '4' in the output under the "Rating" field
"value": "Rating"
}
}
}
}
]
ouput:
{
"Rating" : 6.00000001E7
}
Expected output
{
"Rating" : 60000000.1
}
input
spec
ouput:
Expected output