-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Description
OS : OS X Yosemite 10.10.2
SQLiteBrowser Ver : 3.5.0
There's a bug when importing CSV files to database that the last record is not imported. Say that I have 10 records, then only 9 of them is imported, 20 records and only 19 imported. I use another SQLite browser app and the import works fine. Maybe you can work this bug out, I really love using your app for simplicity and easy to use.
This case is not always btw. I also have another CSV file that has 5 records in it, but all of them is imported. Maybe the bug occurs when the total records number exceeds certain number.
Also one more, when let's say I have 60 records in CSV file, when I click import there's a preview (when I was asked to name the table that is imported) of the records that's inside the CSV. But the preview only shows 19 of them, not all, even though the preview is in a scroll view. Maybe you can work this too so that it shows all of the records in the preview. Obviously when I import, only 59 of the records imported.
Thanks for your work on this app! Keep up the good work, and have a nice day!