> > Thanks Alan,
<table>.import_as_csv_file(... colnames=("<table.field>", "<table.field>",
...))
The colnames (not implemented) kwarg would take an iterable object (a tuple
for the example) as input
For simple tasks, It's better to just add manually the colnames in the file
Python iterables:
http://docs.python.org/2/glossary.html
--

