CatalogDescription

Use the CatalogDescription keyword to load catalog description data in multiple languages.

Previously, you could load this data only in CSV formatted files. You can now load information in a CSV or XML formatted input file. Your input file must contain CSV column or XML element names and definitions that specify the characteristics of the business object type you are loading into your database.

CSV column and XML element definitions

Identifier
(String) The catalog identifier. Either this field or the CatalogUniqueId is required.
CatalogUniqueId
(Integer) The internal unique reference number of the catalog. Either this field or the Identifier is required.
LanguageId
(String) The language ID for language-specific fields (Name, ShortDescription, LongDescription, Thumbnail, and FullImage). For example: -1 for English, -2 for French.
Name
(String) The language-specific display name of this catalog.
ShortDescription
(String) The language-specific short description of this catalog.
LongDescription
(String) The language-specific long description of this catalog.
Thumbnail
(String) The language-specific thumbnail image path of this catalog. For example, images/G1.jpg.
FullImage
(String) The language-specific full image path of this catalog. For example, images/G1.jpg.
Delete
(String) A flag that indicates whether to delete. Specify 1 to delete the row.