Re: [web2py] Re: exporting to csv

2015-11-19 Thread lucas
yes, thank you, that works great. you know i tried to see all of that in the source code api, but i couldn't find the source code api anymore. lucas -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.

Re: [web2py] Re: exporting to csv

2015-11-18 Thread Johann Spies
On 18 November 2015 at 03:51, lucas wrote: nice job, any idea how to make it a tab delimited file instead of comma? > lucas > > From the book: Both export_to_csv_file and import_from_csv_file accept keyword arguments that tell the csv parser the format to save/load the files: - delimiter: de