Ive seen a few questions that were similar to this but they didnt answer my question properly. I need to create a function that reads both number, characters and strings from a csv file separated by ",".
I need to read the csv file into a 2d array then output the array to the screen. The ouput needs to be formatted with "|" between all the values and the "|" in the csv file needs to be converted to ",".