[sqlalchemy] Advice for Method to consistently import XML into SQLAlchemy

2014-05-15 Thread Sayth Renshaw
I can manipulate the xml now with xmltodict and lxml.objectify but I am not sure about what I am transforming it to, the what will SqlAlchemy require of me. -- You received this message because you are subscribed to the Google Groups sqlalchemy group. To unsubscribe from this group and stop

Re: [sqlalchemy] Advice for Method to consistently import XML into SQLAlchemy

2014-05-15 Thread Sayth Renshaw
Is there an advantage to using xslt compared to converting it to something like json? Sayth On 16/05/2014 3:37 am, AM ams@gmail.com wrote: On 05/14/2014 04:23 AM, Sayth Renshaw wrote: Hi Looking for some guidance and advice on using xml as an update source for my to be data web project

Re: [sqlalchemy] Advice for Method to consistently import XML into SQLAlchemy

2014-05-15 Thread Sayth Renshaw
, at 5:33 PM, Sayth Renshaw flebber.c...@gmail.com wrote: Is there an advantage to using xslt compared to converting it to something like json? Sayth On 16/05/2014 3:37 am, AM ams@gmail.com wrote: On 05/14/2014 04:23 AM, Sayth Renshaw wrote: Hi Looking for some guidance and advice

[sqlalchemy] Advice for Method to consistently import XML into SQLAlchemy

2014-05-14 Thread Sayth Renshaw
Hi Looking for some guidance and advice on using xml as an update source for my to be data web project. If I am consistently going to be updating data into the database from XML files what is a good method? Should I be creating a Sax parser as in this example

Re: [sqlalchemy] Digest for sqlalchemy@googlegroups.com - 4 Messages in 1 Topic

2013-11-01 Thread Sayth Renshaw
://groups.google.com/group/sqlalchemy/t/6e03217a60551470 Sayth Renshaw flebber.c...@gmail.com Oct 31 04:20AM -0700 Hi Looking for some guidance using SQLAlchemy. In particular using SQLAlchemy to parse an XML file to the database. I have read the docs in SQLAlchemy on creating database

[sqlalchemy] Process guide - XML

2013-10-31 Thread Sayth Renshaw
Hi Looking for some guidance using SQLAlchemy. In particular using SQLAlchemy to parse an XML file to the database. I have read the docs in SQLAlchemy on creating database and classes and tables and then started reading http://docs.sqlalchemy.org/en/rel_0_9/orm/index.html?highlight=xml

Re: [sqlalchemy] Process guide - XML

2013-10-31 Thread Sayth Renshaw
On Thursday, October 31, 2013, Simon King wrote: On Thu, Oct 31, 2013 at 11:20 AM, Sayth Renshaw wrote: Hi Looking for some guidance using SQLAlchemy. In particular using SQLAlchemy to parse an XML file to the database. I have read the docs in SQLAlchemy on creating database