In reading the chapter on CSV and Remote Database Syncronization in the web2py book, specifically in these sections:
2. Create a controller action to export the database: 3. Create a controller action to import a saved copy of the other database and sync records Would it be advisable to mention that these controller actions would best be placed within the appadmin as opposed to the app in general? This way, a casual user would not be able to export the data.

