Completed reading in the CSV #1

Merged
AustrianToast merged 12 commits from Feature/import_csv into dev 2023-03-17 15:31:57 +01:00

12 Commits

Author SHA1 Message Date
51daa4a511
done
don't ask how
2023-03-17 15:28:36 +01:00
b16d900532 Array now initialized with correct size
I still don't know how to put the csv into the array tough
2023-03-06 00:45:51 +01:00
4ac94f9ce1 Made result a global variable
So it can be used by other methods
2023-03-05 00:59:56 +01:00
442ee37075 ReAdded line variable
It was needed after all
2023-03-05 00:58:45 +01:00
caecaef5d5 Created empty printCSV method
gonna use it to print out the array which contains the array
2023-03-05 00:51:08 +01:00
18db15a050 Created TestMatrix class
For now only has one test for the importCSV method
2023-03-05 00:47:41 +01:00
8b3a283118 Removed line variable
It just wasn't needed
2023-03-05 00:46:02 +01:00
922ddee386 Added file parameter
Added it so I don't have a hardcoded file location
2023-03-05 00:12:07 +01:00
f29925a78e Completed importCSV method
Added BufferedReader with FileReader surrounded by a try/catch
2023-03-05 00:08:13 +01:00
5a678633b7 Created importCSV method
Created the empty method importCSV
2023-02-28 00:33:17 +01:00
13f8144bb2 Created Matrix class
Created Matrix class with an empty main method
2023-02-28 00:08:22 +01:00
73db680028 Created Matrix class
Created Matrix class with an empty main method
2023-02-28 00:03:35 +01:00