[BUG] Date Read
column from GoodReads CSV is used as startDate
instead of finishDate
#653
Labels
bug
Something isn't working
Describe the bug
When importing a CSV file exported from GoodReads the column
Date Read
is mistakingly used to populate the fieldstartDate
. Because of this the app says that I have started every book on the day that I actually finished it.To Reproduce
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):
Possible solution
The reason seems to be this line. So here
finishDate
should be used instead ofstartDate
.The text was updated successfully, but these errors were encountered: