Hello, > About fields like: [Timmie, LLC] - are you having a problem? Have > you tried this? Actually not yet.
> > The generated CSV already handles this, output looking like this: OKI. You will know this. > Dialect.quoting level is one of the more useful parameters for web2py > applications to be able to manipulate. How does this work? How do I specify the Dialect? > The argument Timmie puts forth is weak too (comma in field; as > for delimiter use: you already have a way to generate your own csv - > just make your own function and setup as you want.... inconvenient but > possible when you need it). It is not. The manual states that repitition is not considers as pythonic. Creating your own function which would change the delimiters (cannot just di a simple string replace) is overhead because the CSV module supplies this well. We would just need to add an arguments to line 2163 in gluon/sql.py as highlighted in my last email. Then add these to ine 2164. Shouln't be too difficult. Thanks for your attention for this, 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 -~----------~----~----~----~------~----~------~--~---

