this post was submitted on 06 Sep 2023
360 points (98.4% liked)
Programmer Humor
32349 readers
1257 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Like what?
The Japanese Postal CSV seems truly cursed
As someone who professionally writes code that has to ingest mail carrier invoices/other CSVs, this is probably the worst I've seen, but some of the files I've dealt with were ... let's say comparably frustrating.
Mostly it's because mail carriers tend to write these files for humans/accountants to read and audit, so they'll pull shit like putting in a whole differently-formatted chart above the actual CSV formatted table, or sending us password-protected, encrypted XSLX files that we need a human to decrypt using Excel before we can ingest it with our data tools.
Leave it to Japan to take it to the extreme by making their software in a fully bespoke way.