Sorry, it's .export_to_csv_file (I corrected the original). Anthony
On Wednesday, January 4, 2017 at 6:26:47 AM UTC-5, yarecki wr wrote: > > Testing Anthony's method, although it looks simpler I get an >>> AttributeError saying Rows object has no attribute export_to_csv. Also I >>> added >>> >> data = open(myfile).read > in the same function I created for the export to txt and created a view > for it. This allowed me to get the data out of the text file. It doesn't > look as expected as all the properties are in form of a single string. No > spaces or line breaks whatsoever. Probably csv would be a better solution > but for now it doesn't work for me as described. > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- 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/d/optout.

