I would like to read a file with several columns, different types of variables. The number of columns is undefined, but from 2 to 4. So, for example, I have a file with:
- string int
- string int string double
- string int string
- string int string double
Thanks!
I edited to fix the number of columns in the range of 2 to 5, rather than 4 or five, as was originally written.
source share