Is it possible to use device datas tream CSV strings in the server side Data Converter decoding the CSV virtual to values that can be
used to display a bar chart with say 12 bars with with each of the CSV values converted to 12 integers for each bar. So the x bar will be months and the Y axis will be the total for each month. Is that possible?
Hello @linktek. We did not add read/upload CSV support to Data Converter feature. In theory, you could try writing custom JavaScript code to read a CSV file. But that’s just theoretical.