Rootstonian
Newbie
Having some problems:
1. Create 2 row ASCII text file as "testfile"
abc, def, ghi
jkl, mno, pqr
push it to emulator database directory. go into adb shell, navigate to databases directory and "cat" it.
PROBLEM ONE: I only see the last row, eg jkl, mno, pqr
2. create table "testtable" and run .import testfile testtable
PROBLEM TWO: works, but testtable has the data as "jkl", "mno", "pqr" -- why does is it insert data with the quotes (testfile has no quoted data!)
Thanks!
1. Create 2 row ASCII text file as "testfile"
abc, def, ghi
jkl, mno, pqr
push it to emulator database directory. go into adb shell, navigate to databases directory and "cat" it.
PROBLEM ONE: I only see the last row, eg jkl, mno, pqr
2. create table "testtable" and run .import testfile testtable
PROBLEM TWO: works, but testtable has the data as "jkl", "mno", "pqr" -- why does is it insert data with the quotes (testfile has no quoted data!)
Thanks!