Thanks Alan, It worked.
could you possibly point to an example of iterable with colnames and kwarg? Is that something that can be used from the database administrator or shell command line? thanks, Alex On Saturday, January 26, 2013 4:35:03 AM UTC-8, Alan Etkin wrote: > > am trying to import CSV file > > > AFAIK, the .import_from_csv method does not support csv without fieldname > headers. This instead should work: > > Word5.Wordname, Word5.definition, Word5.synonyms > <data>, <data>, <data> > ... > > This could be enhanced by allowing to pass an iterable with colnames as > Table.import_... kwarg (and a dictionary to DAL.import_...) > --

