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.
10 points · 5 comments · view on lemmy.world

5 Comments

skeletorfw@lemmy.world · 2 pts · 3y

Personally my preferred one is the quick proof of concept that I threw together to teach a student that character delimitation is an arbitrary thing: the emoji-separated variable.

Of course they immediately proceeded to make 🍆 the delimiter and 💦 the quote, which I should've expected.

Aerobat@lemmy.world · 2 pts · 3y

I've had to deal with the abomination that is pipe delimited files...

Aerobat@lemmy.world · 1 pts · 3y (1 reply)

And call it filename.sdv ?

zephyr@lemmy.world · 2 pts · 3y

SSV - Semi-colon Seperated Values

Restaldt@lemmy.world · 1 pts · 3y

Ive dealt with pipe separated data, colon separated data, and tilde separated data

Honestly commas are the most disruptive delimiter to choose

anothercatgirl@lemmy.blahaj.zone · 1 pts · 3y
[ removed ]