How should the csv file be designed?
I have problems with the Data being displayed from a csv file.
Can I adjust the rows and colums used?
How should the csv file be designed?
I have problems with the Data being displayed from a csv file.
Can I adjust the rows and colums used?
Each row of CSV file should follow the format:
Name;x_value;y_value
Order of columns does matter. Other columns are ignored.