Bryanx / byheart

Android app for learning and memorizing words or phrases with flashcards.
https://bryanx.github.io/byheart/
14 stars 2 forks source link

CSV incorrectly imported #10

Open CpV99 opened 1 year ago

CpV99 commented 1 year ago

I made cards for verbs. I put each declination on a new line wth the "newline" button at the right bottom of my samsung keyboard. Screenshot_20230706-230102_Byheart I exported the cards to a csv and the csv looks correct. Then I imported the csv and the cards contain only the first line of the multi-line cards. Screenshot_20230706-230336_Byheart The exported csv file contains the '0A'X char at the position of the newline-char, but this char is not honoured by the import of the csv.

Please correct this.

Thanks, Kees.