Unpopular opinion: Semi-colon should be the default delimiter instead of comma or tab
Unpopular opinion: Semi-colon should be the default delimiter instead of comma or tab
This literally solves all the csv and tsv parsing problems.
- Tabs are hard to distinguish from spaces.
- Commas can easily mix with each other.