Hello,
I am trying to read data from .csv file and input them to a chart node. I am reading the data with a python script trough pythonshell node than putting them trough split node and than converting them to the right format trough function node. The problem is that in the end each scv line is in its own payload so when I input it into the chart node it keeps updating every payload and only the last one remains. I did try to join them with the join node but the values in the output payload become NaN and cant be used. Is there any other way to join the values into one payload ?
(I am a beginner at programming, also sorry for my english)

