Exlplain CSV file format
When adding a CSV file, I would like to read which format it must have to work with the app.
Edit by cubei: When adding a CSV file, the add dialog should show a help text explaining the format.
- CSV file with
;(semicolon) as seperator. - First line is the header (e.g.
English;Chinese) - Other lines are used as content (e.g.
Thanks;Xie Xie) - Content lines without semicolon are ignored (Can be used for comments)
- At the moment only the first columns are used and later columns will be ignored. (e.g.
Thanks;Xie Xie;谢谢)
Added to readme with https://github.com/cubei/flashcards/commit/72b0fbe9c79125df760e43a3f94b331220756d0b
If you close issues and think you know what I mean, I suspect you are me and I did not close it. Are you willing to have a conversation? If no, just do not reply. I know it is in the readme. This is not what this is about. It is about putting this text in the app possibly adding where to get these files.
On 3/19/20 10:42 AM, Lars Harmsen wrote:
- CSV file with |;| (semicolon) as seperator.
- First line is the header (e.g. |English;Chinese|)
- Other lines are used as content (e.g. |Thanks;Xie Xie|)
- Content lines without semicolon are ignored (Can be used for comments)
- At the moment only the first columns are used and later columns will be ignored. (e.g. |Thanks;Xie Xie;谢谢|)
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/cubei/flashcards/issues/23#issuecomment-601083229, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEJ4IF65C3CWSD4FM5PSKDRIHSJLANCNFSM4LPELC6A.
Of course you closed it, because I am you, according to your assumption.