I want to create a table like this following one and using this ui-table https://flows.nodered.org/node/node-red-node-ui-table.
My JSON Data looks like this:
[
{"ID":"02","Username":"anhtu","Email":"abcde@gmail.com","Location [KeyID, Fieldname]":"[[{"KeyID":"fhDortmund","FieldName":"Sonnenstr"}],[{"KeyID":"klinik","FieldName":"bereich2"}],[{"KeyID":"klinik","FieldName":"bereich1"}]]"},
{"ID":"01","Username":"anhtugmx","Email":"newabc@gmx.de","Location [KeyID, Fieldname]":"[[{"KeyID":"fhDortmund","FieldName":"Sonnenstr"}],[{"KeyID":"klinik","FieldName":"bereich1"}]]"}
]
Any suggestion will be really appreciated.