Explnation : how we can concate the time and sv . convert normalizaed the array stract
{
"data": [
{
"time": "1998-08-31T03",
"sv": {
"05": {
"13": 0,
"14": 1
}
}
}
]
}
For example expected document will be.
{
"data" : {
"1998-08-31T03:05:13Z": 0,
"1998-08-31T03:05:14Z": 1,
}
}