I have been struggling with trying to manipulate a database the way I want 
to. I have a csv file that I am trying to upload to a table in one of my 
databases. The problem I am having is that the number of columns is always 
changing. I never know how many columns I will have. So I am trying to 
dynamically create the table every time I need to. I can't seem to figure 
out how to set it up. When I import the csv file all I am getting is the id 
number of the rows in my csv file. I have tried to use the 
db.import_from_csv_file(file) command, but with no avail. 

Any ideas?

Thanks in advance for the help.

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to