Hello,
I would like air two improvement request for the CSV export:

* when I export to CSV as shown on page 166 in the manual the export
method appends '\r\n' after each row. This leads to an extra blank
line in the exported CSV file (on Windows). When I remove the '\r' by
performing a string replacement, everything works fine. Please correct
this in the gluon functions.
* Please consider to add two arguments to the csv export:
        * delimiter: I would need ; (semicolon)
        * text separator: consider the following content of a table field:
>>> 134, Harper Street <<< ==> here the comma would be interpreted as
a new column in the spreadsheet program. Therefore, wrapping text into
"" would mitigate this.

Thanks in advance,
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 [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to