Thanks Johann, but this is also not the way I want to do this. What I pretend to do is:
1. My test data is generated dynamically with the help of my test support classes, when the user wants to register. 2. After this, I want to pre-populate the profile form (not the database), so that the form is offering this test data as default. 3. The user then can proceed normally with the suggested test data, or edit it. BR, Daniel On Monday, August 20, 2012 3:51:55 PM UTC+2, Johann Spies wrote: > > > > On 20 August 2012 15:07, Daniel Gonzalez <[email protected] > <javascript:>>wrote: > >> Thanks Cliff, but that is overkill for me. I already have the test data. >> I just need to pre-populate the web2py form with it. >> >> >> > Try the following: > > Export an empty csv-file of your table using appadmin. > > Use this as a template and copy your data into it in the correct columns. > > Save it as csv and import it using appadmin. > > Regards > Johann > > -- > Because experiencing your loyal love is better than life itself, > my lips will praise you. (Psalm 63:3) > > --

