Product Info
Easily import data from one or more XML files into MySQL.Tables & Columns automatically created from XML info.XML structure maintained among tables using primary & foreign keys.Extracts data from elements & attributes.Easily handles large, complex XML without large memory requirements.No user intervention required for mapping elements & attributes to tables & columns.Works with MySQL 4 & 5.No programming required.
What's new in current version
Mar 16, 2007
~~~~~~~~~~~~
Version 1.3 released.
1. Bug fix in handling multi-threading.
2. Connection issue on Windows Server 2003 fixed.
3. Querying a non-existent table on Windows Server 2003 causes a
crash. Fixed to check for existence of the table before querying
it.
Feb 23, 2007
~~~~~~~~~~~~
Version 1.2 released.
1. Quoting table and column names properly to allow use of MySQL
keywords for these.
Nov 19, 2007
~~~~~~~~~~~~
Exult Profession Edition for MySQL version 1.1 released.
1. Support added for importing XML from HTTP and FTP URLs.
2. Can be easily used to import and update XML data feeds.
3. One-click refresh of data from XML that has already been
imported. Uses SHA checksum to check that the XML has changed
before importing.
4. Repeated XML elements with text content same name are created as
columns within the same table using a suffix indicating the
instance of the element. Previously, such columns were inserted
into a different table due to database normalization and linked
with a foreign key.
5. Using INNODB tables since referential integrity constraints are not
supported by the default table type MyISAM.
6. When cleaning up the database of tables created by Exult, foreign
key constraints need to be dropped first.