Hi,
I have a question about parsing csv file. My csv file looks like
260;259;0.02;0;1;25.51;43.3;20.88;69.58
265;243;0.09;1;0;29.51;48.3;25.88;71.58
265;243;0.09;1;0;29.51;48.3;25.88;71.58
262;249;0.06;0;1;35.51;40.3;20.88;65.58
how i can parse the file and row number to be X value and Y values parsed from coresponding row?
this values are from some sensors and i want to make a graph with this values
regards,