Hey all,

I am wondering if anyone knows some parameter I can use that will allow a CSV 
import to skip unique entries instead of bailing on the whole process.

I am writing a script that will use SQLite3 and do many CVS imports that are 
guaranteed to have duplicates. I was hoping that after creating a unique index 
that during the import process it would simple pop a warning on a unique entry, 
then skip it and move on. But it just bails without making a single entry.

Also if this is not a feature, then I would like to recommend it be one. 

Sent from my iPhone
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to