>
> 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_...)

-- 



Reply via email to