Member since
06-06-2019
5
Posts
0
Kudos Received
0
Solutions
06-12-2019
12:36 AM
@James Willson Try with below spec: [{
"operation": "shift",
"spec": {
"rows": {
"*": {
"value": "[&1].date",
"data": {
"*": "[#3].data"
}
}
}
}
}
] Gives output that you are looking for: [ {
"date" : "00:00 2019-06-03",
"data" : 120
}, {
"date" : "05:00 2019-06-08",
"data" : 98
}, {
"date" : "23:00 2019-06-09",
"data" : 172
} ] - If the answer is helpful to resolve the issue, Login and Click on Accept button below to close this thread.This will help other community users to find answers quickly 🙂
... View more