Re: XML -> PG ?
От
Ries van Twisk
Тема
Re: XML -> PG ?
Дата
Msg-id
F4CB58F4-DB3B-47C3-859D-1D74AB008FFE@rvt.dds.nl
Ответ на
Re: XML -> PG ? (Eric Schwarzenbach)
Список
Дерево обсуждения
XML -> PG ? "Gauthier, Dave" <dave.gauthier@intel.com>
Re: XML -> PG ? Christophe <xof@thebuild.com>
Re: XML -> PG ? Joao Ferreira gmail <joao.miguel.c.ferreira@gmail.com>
Re: XML -> PG ? Joao Ferreira <jmcferreira@critical-links.com>
Re: XML -> PG ? Joao Ferreira gmail <joao.miguel.c.ferreira@gmail.com>
Re: XML -> PG ? Eric Schwarzenbach <subscriber@blackbrook.org>
Re: XML -> PG ? Ries van Twisk <pg@rvt.dds.nl>
Re: XML -> PG ? John R Pierce <pierce@hogranch.com>
Re: XML -> PG ? Merlin Moncure <mmoncure@gmail.com>
Re: XML -> PG ? "Gauthier, Dave" <dave.gauthier@intel.com>
Re: XML -> PG ? Thomas Kellerer <spam_eater@gmx.net>
On May 6, 2009, at 4:16 PM, Eric Schwarzenbach wrote: > Gauthier, Dave wrote: >> >> Is there a way to read an XML file into a postgres DB? I’m thinking >> that it will create and relate whatever tables are necessary to >> reflect whatever’s implied by the XML file structure. >> >> >> >> Thanks for any pointers ! >> > That's a pretty common problem, and not one that needs to have a > postgresql-specific solution. There are definitely solutions out > there, > but it may take some Googling to find a good one for your needs. One > option might be data binding tools (Castor and Liquid XML come to > mind) > with which you can definitely go from XML to SQL, though many of them > may require going through an intermediate object model. > > A simple approach (simple depending what technologies you're using and > are already familiar with) might be to use XSLT to transform your XML > either directly into SQL or into some other format easily loaded to a > database (such as the XML format used by DbUnit). > > Eric Call me a GUI boy, but I use JasperETL :) Ries
В списке pgsql-general по дате отправления