Hello, I am working on an app where leads can be generated from several different sources via CSV files. These sources conatian information that will ultimately end up in the same model. I am looking for some advice on getting the information into the model. Should I:
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? Thanks for the help. I am just getting back into programming but love web2py. David -- --- 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.

