[Tutor] inserting csv file into a sqlite3 memory connected table

Alan Gauld alan.gauld at btinternet.com
Sun Sep 9 16:15:03 CEST 2007


<ca17005 at bellsouth.net> wrote 

>  I am basically just a visual basic person trying to learn python.
> 
> Anyway I have spent hours experimenting with  CSV and sqllite3 
> tutorial samples and misc snippets, Does anyone have any 
> code samples that might get me going?

Doing what?

Where are you having problems? Most tutorials will have code 
samples and snippets but unless we know what you are trying 
to do or not understanding we can't be more precise than point 
you at what you have probavbly already found.

My tutorial has a database topic that uses SQLite. 
I donlt have anything on CSV but the module does have 
reasonable documentation. But are you trying to store a CSV 
file content in your database? Or convert a data table to a CSV 
format? or use a CSV to traslate between databases?

We need a more specific question to direct our responses 
to your needs.

-- 
Alan Gauld
Author of the Learn to Program web site
http://www.freenetpages.co.uk/hp/alan.gauld



More information about the Tutor mailing list