Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Date Read column from GoodReads CSV is used as startDate instead of finishDate #653

Open
ajl789 opened this issue Feb 21, 2025 · 0 comments · May be fixed by #654
Open

[BUG] Date Read column from GoodReads CSV is used as startDate instead of finishDate #653

ajl789 opened this issue Feb 21, 2025 · 0 comments · May be fixed by #654
Assignees
Labels
bug Something isn't working

Comments

@ajl789
Copy link

ajl789 commented Feb 21, 2025

Describe the bug

When importing a CSV file exported from GoodReads the column Date Read is mistakingly used to populate the field startDate. Because of this the app says that I have started every book on the day that I actually finished it.

To Reproduce

  • Export CSV file from GoodReads
  • Open app first time and import said CSV file

Expected behavior

The "Date Read" field of the CSV file should appear in the app as the date on which the book was finished.

Additional info(please complete the following information):

  • App version: 2.10.0
  • App source (F-Droid, Google Play, Github, AppStore): fdroid

Possible solution

The reason seems to be this line. So here finishDate should be used instead of startDate.

@ajl789 ajl789 added the bug Something isn't working label Feb 21, 2025
ajl789 added a commit to ajl789/openreads that referenced this issue Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants