Hello, > Note that returning str or select result calls a bunch of library > things, and represents this as a CSV for you. (see > gluon/sql.py/export_to_csv_file() ). > > While you may not have trouble with it (and most people, most of the > time won't), also note that this uses the csv library, and with default > settings - which (among other things) include "\r\n" for newlines... > (see http://docs.python.org/library/csv.html#csv-fmt-params > Dialect.lineterminator) Thanks for bringing this up here. I had this already. This is an issue. I exported the query right as stated in the manual. But the routine introduced a new blank line after each record.
What can I do to prevent this? Thanks and regards, Timmie --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---