Comment on ASCII Delimited Text – Not CSV or Tab Delimited TextparentComments−ekianjo1yyou don't always control how csv files are made. Most of the time you are just given them, and this is when you start pulling your hair. CSV is a terrible, terrible format, because it fails in too many use cases.−croes1yCSV doesn‘t fail, they fail to handle CSV.And I doubt those who create wrong CSVs can even handle ASVs.CSV can be read and edited with any text editor.
Comments
you don't always control how csv files are made. Most of the time you are just given them, and this is when you start pulling your hair. CSV is a terrible, terrible format, because it fails in too many use cases.
CSV doesn‘t fail, they fail to handle CSV.
And I doubt those who create wrong CSVs can even handle ASVs.
CSV can be read and edited with any text editor.