Catalog Development (Importing Catalog CSV data using massload tools)
The loading utilities provides six command-line utilities that you can use to prepare data for loading as well as to load data into your store. These utilities use Extensible Markup Language (XML) data files to manage the information.
The WebSphere Commerce Loader package consists primarily of command utilities for preparing and loading data into a WebSphere Commerce database. You can use the Loader package to load large amounts of data and to update data in your WebSphere Commerce database.
The following commands are used to launch the loader package.
- dtdgen.cmd to generate a DTD file from the database tables.
- idresgen.cmd to resolve the identifiers for elements in an XML file, and to generate new identifiers when necessary.
- massextract.cmd to extract data from a database into XML file.
- massload.cmd to load data from an XML file into a WebSphere Commerce database.
- TextTrans.cmd launches the GUI that helps you setup the parameters for txttransfform utility.
- txttransform.cmd to transform data from CSV file to XML.
- xmltransform.cmd to transform from one XML format to another.

|