Use comma as default separator to comply with RFC-4180
Although Excel and some other programs are able to read semicolon-delimited files, the widely-adopted industry standard for CSV files is [RFC-4180](https://www.ietf.org/rfc/rfc4180.txt), which specifies the use of commas as the delimiter. Which makes sense, considering that the name of the format is Comma Separated Values.
If this library just switched to using commas as the default delimiter, it would solve a lot of the compatibility issues that people have experienced, such as #50 .
I was quite surprised to realize that the default for this library was semicolons.
关闭于 2024-07-31 3 条评论