I have a csv file with 30 lines and 10 values in a line with CrLf at the end of the line.
I would like a way to read read in the line as one string and then parse out the values based on the delimiter.
I can decode the line, just can't figure out how to read the line and not the entire file. Is it possible? Is there a pointer
value that I can use to point to a specific line in the file?
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a csv file with 30 lines and 10 values in a line with CrLf at the end of the line.
I would like a way to read read in the line as one string and then parse out the values based on the delimiter.
I can decode the line, just can't figure out how to read the line and not the entire file. Is it possible? Is there a pointer
value that I can use to point to a specific line in the file?
Thanks.