For most purposes, it is simplest and easiest to load your XML files of exported product data using the following command:
recordstore-cmd.[bat|sh] write -a myProductRecordStore -b
TRUE -f
<pathname>/exportedProductData.xml
where:
myProductRecordStore is the instance name of the
record store into which you are loading product data. For information about how
to create record stores, see
Creating record stores
.
-b is followed by TRUE (this is a baseline write) or
by FALSE (this is a partial write). Defaults to FALSE when neither value is
specified. Here, TRUE is used to perform a baseline write.
-f
is followed by the name of the file that contains product data
exported from your CMS, CIM, DAM, or other application. In this example, this
file is named
exportedProductData.xml. Specify the full pathname of
the file.
Note
The
recordstore-cmd.[bat|sh] command is located by
default in the
/endeca/CAS/version/bin folder.

