Hi,
I'm a newbie trying to put data into a table-ui by getting them from a JSON structure like the following.
How to generate the array to be submitted to the table node?
Thanks in advance for the help.
Sep
{
"timestamp":"1606137562",
"pid":"0",
"serialnum":"20001",
"device":{
"model":"WBRIDGE",
"data":[
{
"module":"system",
"hwver":"01.00",
"pwrmode":"power",
"bootmode":"normal",
},
{
"module":"wifi",
"lanmac":"F008D1DC8AC8",
}
]
},
"sensor":{
"history":[
{
"CNT_ID":25,
"CNT_TIME":"1606136816",
"SRC_ID":"00002715",
"DST_ID":"0000276A",
"DURATION":46
},
{
"CNT_ID":24,
"CNT_TIME":"1606136798",
"SRC_ID":"00002715",
"DST_ID":"0000276C",
"DURATION":56
}
]
}
}