Reference > Data load utility CSV column definitions
Catalog description
Use the CatalogDescription keyword to load catalog description data in multiple languages into the database using a CSV file. The CSV file contains column definitions specifying the characteristics of the catalog business object type.
CSV file column 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 sensitive fields (Name, ShortDescription, LongDescription, Thumbnail, and FullImage). For example: -1 for English, -2 for French.
- Name
- (String) The language sensitive display name of this catalog.
- ShortDescription
- (String) A language sensitive short description of this catalog.
- LongDescription
- (String) A language sensitive long description of this catalog.
- Thumbnail
- (String) The language sensitive thumbnail image path of this catalog. The forward slash '/' should be used in the path. Do not use backward slash '\'. For example, images/G1.jpg.
- FullImage
- (String) The language sensitive full image path of this catalog. The forward slash '/' should be used in the path. Do not use backward slash '\'. For example, images/G1.jpg .
- Delete
- (String) Indicates whether to delete. If you are performing a delete operation, specify this column. A value of "1" indicates that the row should be deleted.