Description: Unable to import csv files using the
"Import/Table from CSV file" function on Windows XP.
Repro Steps:
1) Start sqlitebrowser
2) Select Menu Item "File/New Database"
3) Type "Test.db" in "Filename" textbox, click the
"Save" button
4) Click the "Cancel" button in the "Create Table" window
5) Select Menu Item "File/Import/Table from CSV file"
6) Locate and select the "Episodes.csv" file (attached
here), click the "Open" button
7) Type in "TestTable" in the "New table name" textbox
8) Select comma as the Field separator
9) Select double-quote as the Text quote character
10) Check "Extract field names from first line
11) Click on the "Create" button
Expected Behavior: The table should have been created,
and populated with the data from the Episodes.csv file
Actual Behavior: Nothing happened
OS: Windows XP Professional SP2
Program: sqlitebrowser V1.2
TrystianSky[at]gmail[dot]com
Comma delimited test file
Logged In: NO
Same thing on NT
Logged In: NO
Seems it depends on the size of the csv file. Small files work.