scala-csv-parser
scala-csv-parser copied to clipboard
We can't use it for csv without column name?!
I like the simplicity of this lib, but there's no column name on my csv, so I'd like to use it without column name. I solve the issue by adding the header in a string format in my code, but I think there should be a more elegant solution!