yes. For example to export def myaction(): return str(db(....).select())
to import def importdata(): db.mytable.import_from_csv_field(StringIO(request.vars.input_field)) On Nov 1, 10:09 pm, Saurabh S <[email protected]> wrote: > Hi , is it possible to built a module in the application itself to > have a functionality of import and export , just like /appadmin ? > i.e. can we have a button in our application on click of which we can > import/export the data ?

