Reference > Data load utility CSV column definitions
Catalog group description
Use the CatalogGroupDescription keyword to load category descriptions 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
- GroupIdentifier
- (String) The category identifier. Either this field or the GroupUniqueId is required.
- GroupUniqueId
- (Integer) The internal unique reference number of the category. Either this field or the GroupIdentifier is required.
- LanguageId
- (Integer) The language id for language sensitive fields (Name, ShortDescription, LongDescription, Thumbnail, FullImage, Published and Keyword). For example: -1 for English, -2 for French
- Name
- (String) The language sensitive display name of this category.
- ShortDescription
- (String) A language sensitive short description of this category.
- LongDescription
- (String) A language sensitive long description of this category.
- Thumbnail
- (String) The language sensitive thumbnail image path of this category. Use forward slashes (/) in the path, 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 .
- Published
- (Integer) The language sensitive value that determines whether to display this category on the storefront.
- 1
- Published. The default value. The category is displayed in the storefront.
- 0
- Not published
- Keyword
- (String) A language sensitive keyword used for searching. Enclose multiple keywords in double quotation marks separated by commas, for example "keyword 1, keyword 2, keyword3".
- Note
- (String) Use this field to add language sensitive footnotes or extended long descriptions for this category.
- 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.