Hey there,
I am trying to add about 500 rows of data into my sqlite database. I have read through the postings in the Load CSV into Sqlite thread and I have a question about map files. Let's say for example my CSV data has the fields FirstName, MiddleName, LastName, City, Province but all I want to send to the Database is FirstName and Lastname. Is this possible to do using the same methodology outlined in that thread?
Also, does SQLite support the append statement?
I hope that I am clear here???
Regards,
Lary
I am trying to add about 500 rows of data into my sqlite database. I have read through the postings in the Load CSV into Sqlite thread and I have a question about map files. Let's say for example my CSV data has the fields FirstName, MiddleName, LastName, City, Province but all I want to send to the Database is FirstName and Lastname. Is this possible to do using the same methodology outlined in that thread?
Also, does SQLite support the append statement?
I hope that I am clear here???
Regards,
Lary