Skip to Content

XML to Database

Data can be transformed from any Jitterbit supported format to XML and vice versa. Before attempting to use an XML as a source or target you need to have a DTD or XSD definition file that represents the XML structure you wish to use uploaded to the Jitterbit server.

Create a New Transformation

  • Make sure you have opened the appropriate project in which you want to create the new transformation.

  • There are several ways you can start to create a new transformation:

    • Select New in the File menu, then choose New Transformation from the sub-menu; OR

    • Click the Down Arrow next to the file icon in the toolbar, then choose New Transformation from the sub-menu; OR

    • Right-click on Transformations in the hierarchical tree in the Design tab in the left pane of the screen, then choose New Transformation from the pop-up menu.

  • If you are working in an operation, you can click the control button to the right of the Transformation field and select Create New, or the transformation wizard appears in its own New Transformation tab in the right pane of the window.

Specify Source and Target Types

  • Enter an appropriate name for your new transformation in the Transformation Name field.

  • Select XML from the Source and Database from the Target drop-down menus.

  • Click the Next button in the toolbar to continue.

Select XML Source Information

You have three options for loading your XML document. Click on the scenario that describes where your XML document's DTD/XSD file is located:

  • You are using an XML document whose definition is already loaded into the software.

  • You need to use an XML document whose definition has not yet been loaded into the software.

  • You can upload an example XML document to have Jitterbit create the definition

Select Database Target Information

  • Select the name of the data target that you defined as your Target Definition from the Database Target drop-down menu, or click the control button to the right of the field to create a new target database.

  • Click the Next button in the toolbar to continue.

  • The next steps you follow depend upon whether you want to use only a single table in your target database, or whether you need to access more than one database table. Select how you will write information to your target database:

    • Only a single table in the target database will be accessed

    • More than one table in the target database will be accessed

What's Next?

Once you have completed defining your database target, a tree data structure should appear in the target transformation tree to depict what you have defined.

In mapping to your database target, if you have a multi-table target with parent child relationships and you are inserting data, you should become familiar with using the transformation functions <SQLIDENTITY> and <SEQUENCE>.

  • <SQLIDENTITY> is used for all target databases that support identity or automatic number generating keys. Once the parent is inserted then the child can inherit the generated number from the parent by mapping this function to the foreign key in the child table.

  • <SEQUENCE> performs a similar action and should be used for Oracle.

Now that you have defined the nature of the source and your desired target, you are ready to map the relationship between your source and target at the field, or element, level.