Hello,
I am currently working on a project where I need to read the data from a .csv file into an array and extract the values for multiple operations. I am wondering how do I open this and format it in Fortran? I do not have any experience with .csv files and when I try to copy it into a text array it does not work well. The file can be found here:Link The actual data starts on line 11 and I am trying to extract the first 4 columns. Thank you in advance.
I am currently working on a project where I need to read the data from a .csv file into an array and extract the values for multiple operations. I am wondering how do I open this and format it in Fortran? I do not have any experience with .csv files and when I try to copy it into a text array it does not work well. The file can be found here:Link The actual data starts on line 11 and I am trying to extract the first 4 columns. Thank you in advance.