On Sep 3, 2008, at 4:25 PM, Lukasz Szybalski wrote:
> > Hello, > I was wondering if there are any plans to have a csv engine for > sqlalchemy. I would like to see support for csv. There are some cases > where csv is the best way to convert data to and from especially when > they require cleaning. What I would like to see is a sqlalchemy > wrapping over csv module and providing file definition and some of the > sql functionality into csv world. This would be really helpful when > moving things over from one system to another. > > Ideas? my first impression is odbc driver for excel files ? SQLA is really oriented around DBAPI so that would be the starting point. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" 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/sqlalchemy?hl=en -~----------~----~----~----~------~----~------~--~---
