novixys

Exult Standard

Convert XML into Microsoft Excel (XLS), Microsoft Access (MDB or ACCDB), or CSV.

Download
a Free Trial
Buy Now
for US$150 $105

Exult SQL Server

Import XML into SQL Server.

Download
a Free Trial
Buy Now
for US$250

Exult MySQL

Import XML into MySQL.

Download
a Free Trial
Buy Now
for US$195 $125

Exult Oracle

Import XML into Oracle.

Download
a Free Trial
Buy Now
for US$500

Home » Documentation » Exult SQL Server

2.5.2 Updating XML Feeds

Once you have imported an XML file (or feed) into SQL server, you may want to update the data with a newer XML file. Typical scenarios include:

To update data from one or more XML file or URLs, click Update in the XML File Selection Screen. A dialog box which allows you to select the XML files that have been imported into SQL Server is shown:

Synchronize the data for one or more XML files in SQL Server

The top list shows the XML files that have been previously imported. Select an entry from this list and click Add. If the file contents are the same, you get a informational message and the file is not updated.

When updating an imported XML file in SQL Server

The check for an update works as follows: A SHA1 checksum is computed for the XML file (or URL) This checksum is compared with the value in the database. If the two checksums are the same, the selected entry will not be updated.

Updating XML data from URLs: When the XML file being updated is an URL, the file is fetched from the original source. The following screen pops up for confirmation. Click Finish to continue with the retrieval. This is to give you an opportunity to cancel the retrieval if the file could be large.

Confirmation required before fetching an XML file
for updating in SQL Server

The following screen shot shows some XML file URLs which have been selected for update (and which have changed since the last import into the database.).

Some XML file URLs selected for updating in SQL
Server

After selecting whatever XML files you want to update, click OK to return to the XML File Selection Screen.