[web2py] Creating table from csv file

2014-06-19 Thread Alex Steinkamp
I am trying to import a csv file into a table in a database. I don't always know the number of columns I will have. This is where I am having my problems. I can't find anywhere how to dynamically add columns to a table. Does anyone have any ideas on how to do this? Thank you in advance. -- Re

[web2py] Dynamically changing columns in table

2014-06-19 Thread Alex Steinkamp
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 d