DDMAL / DDMAL/MEI_encoding

CSV file encoding may cause error

Open
#34 0 comments 0 reactions 0 assignees View on GitHub
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:
![image](https://user-images.githubusercontent.com/74484576/146445904-147ec387-b4bc-4653-8f3c-357cf5a15927.png)
but in excel, it looks like some special marks:
![image](https://user-images.githubusercontent.com/74484576/146446004-1323082e-29a8-4c65-ac80-64c3f3b7c18e.png)
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.