I have a csv file saved with the name - "public/csvFiles/pushup.csv", where I have converted a 2D matrix into csv format. Now I want to make a static method in a manager class, where in I will make a 2D array by fetching data from that csv file. So I want to know how to do that. How to make a 2D array from the data present in the csv file?
I have made my csv file in the following format :
- comma separated values, after every comma, means new column
- every new line means new row