Re: [web2py] import_from_csv_file troubles

2012-06-20 Thread joe
The project I will be working on requires all users to import from spreadsheets, so thats not really possible. On Wednesday, June 20, 2012 9:49:57 AM UTC-5, Richard wrote: > > Why don't use the appadmin export and import ? > > Richard > > On Wed, Jun 20, 2012 at 9:55 AM, joe wrote: > >> I want t

Re: [web2py] import_from_csv_file troubles

2012-06-20 Thread Richard Vézina
Why don't use the appadmin export and import ? Richard On Wed, Jun 20, 2012 at 9:55 AM, joe wrote: > I want to import from a csv file, but I want to use the imported data in > only one of my database tables, not all of them, which is how I have seen > the examples online. Here is my code, whic

[web2py] import_from_csv_file troubles

2012-06-20 Thread joe
I want to import from a csv file, but I want to use the imported data in only one of my database tables, not all of them, which is how I have seen the examples online. Here is my code, which does not work: Model --- db.define_table( 'upload', Field('name'), Field('e