Hacker News new | ask | show | jobs
by ProblemFactory 1554 days ago
And broken CSV files.

In some European locales Excel switches from importing/exporting Comma Separated Values to Semicolon Separated Values with comma acting as the decimal point.

1 comments

I'm also victim of this.

It can be fix if you do import from file and then manually select separator.

But this was need to be done every. single. time.