CSV file encoding may cause error
- Dominant language
- Python
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
CSV files can be exported using numbers and excel, but the format conversion process may cause errors sometimes. For example, the quote mark looks normal in numbers:

but in excel, it looks like some special marks:

In this case, the special marks in the CSV file opened in numbers cause the script cannot read it normally. However, excel can also generate errors during the format conversion. I will add the details when I encounter them again.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.