Posts by Jorge Proença • 1 point
1 post
-
0
votes0
answers92
viewsQ: How can I read a CSV file with different line types?
I am trying to read a CSV file that has different lines. I am using fgets and Strtok to store in a list. the problem is that being different lines do not know how to stop and move to the next.…