Hi everyone,
I have a question about indexing data from the websocket DAT.
Basically I am receiving values from multiple devices (eg smartphones), I created on a websocket the pair key : value in order to parse and retrieve data.
Since I want to fill a table keeping values for each single ID, how can I do it?
I think your best bet is to store it in a Python structure in a component extension. You could also use table DAT if the info can be stored as text and it is 2 dimensional (not a tree)
1 Like
Hi Ivan, thanks, I am currently trying to use a table DAT, seems quite working!
1 Like