Data Load utility tutorials

The Data Load utility tutorials introduce the various tasks that are related to customizing the Data Load utility for WebSphere Commerce applications.
Tutorial Learning objectives Description
Tutorial: Customizing the Data Load utility to encrypt data
After completing this tutorial, you should be able to:
  • Configure the Data Load utility.
  • Extend the generic table loader.
  • Encrypt data by using Java classes.
This tutorial demonstrates how to customize the Data Load utility to load user and password information into the WebSphere Commerce database separately.
Customizing the Data Load utility for XML input
After completing this tutorial, you should be able to complete the following tasks.
  • Create your XML data reader
  • Configure the Data Load utility to use your data reader and mediator
This tutorial demonstrates how to customize the Data Load utility to load data from an XML file.
Tutorial: Loading data into custom tables with the Data Load utility
After completing this tutorial, you should be able to complete the following tasks:
  • Configure the Data Load utility to use the table object builder and table object mediator
  • Configure the table object builder to load data into custom tables
This tutorial demonstrates how to use a table-based business object builder and mediator to load data into extended or custom database tables.