Thanks all, that fixed my issue and all imported successfully. I knew I was doing something stupid, but wasn't sure.
> -----Original Message----- > From: [email protected] [mailto:sqlite-users- > [email protected]] On Behalf Of Swithun Crowe > Sent: Tuesday, November 13, 2012 9:23 AM > To: General Discussion of SQLite Database > Subject: Re: [sqlite] Importing CSV File Into Table > > Hello > > TJM> I am trying to import some data from a csv file to an existing > TJM> table called MasterChargeList. But this is failing with the error > TJM> that the table does not exist. This is on SQLite 3.6.4 (required > TJM> to use this version). See below for details: > > TJM> sqlite> .import /csv/iv_codes.csv MasterChargeList; > TJM> Error: no such table: MasterChargeList; > > Try it without the semi colon at the end. Lines that start with a . don't > need a ; > at the end. > > Swithun. > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users ________________________________ Disclaimer**** This email is confidential and intended solely for the use of the individual to whom it is addressed. Any views or opinions presented are solely those of the author and do not necessarily represent those of St. Claire Regional Medical Center. If you are not the intended recipient, be advised that you have received this email in error and that any use, dissemination, forwarding, printing or copying of the email is strictly prohibited. If you received this email in error please notify the St. Claire Regional Helpdesk by telephone at 606-783-6565. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

