I need to read CSV from a text file line by line.
A mix of string and number types in each line and every line is same format. File has to be in this format and editable by hand.
this is the file format:
string, integer, double, string, integer
string, integer, double, string, integer
string, integer, double, string, integer
string, integer, double, string, integer
.......
Seems to many options to read text files but can't find a simple one for this.
A mix of string and number types in each line and every line is same format. File has to be in this format and editable by hand.
this is the file format:
string, integer, double, string, integer
string, integer, double, string, integer
string, integer, double, string, integer
string, integer, double, string, integer
.......
Seems to many options to read text files but can't find a simple one for this.