am trying to import CSV file
error states either:
line contains null byte
or
'NoneType' object has no attribute 'type'
there are no null lines in the data. Here is all of the data:
Adipose Tissue,A specialized form of connective tissue consisting primarily
of adipocytes -fat cells-- surrounded by a meshwork of collagen
fibers.,Body Fat
db.define_table('Word5',Field('Wordname','string',notnull=False), Field
('definition', 'string',notnull=False), Field ('synonyms',
'string',notnull=False))
Is there any way to force Web2py to accept anything?
thanks,
Alex
--