> > I am looking for some advice on getting the information into the model. >
Do you mean you want to set the model definitions dinamically with from csv data? 1 - Write a function for each different source > 2 - Write a function that creates a staging file that will use the same > import function for each file. > or > 3 - Do something completely different that I am not thinking of? > I think that 1, 2 or 3 depends on how will the app will receive input. Will you expose html forms to users? For CSV db I/O, check the docs: http://www.web2py.com/books/default/chapter/29/06#Exporting-and-importing-data -- --- 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

