hey all,
So my problem is that i currently have a csv file with unknown amount of rows and columns and i only know its a big file with lots of double values that need to go into a 2-dimenional array. And i wanna check if my values are actually loaded in so i want to display these values on a datagrid in wpf. I searched half internet and every site says something else and with everything i get differend errors. Can someone please help me get the csv data inside this dynamic 2D array and display it on a datagrid. I have some code but its not even worth mentioning since it isnt enough i only set the right path but im not even sure about that since i cant echo a value in c# like in PHP.