Reference > Data load utility CSV column definitions
Catalog
Use the Catalog keyword to load master catalog or sales catalog data 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. This field cannot be null in Insert or Replace, and it must be unique. In Delete, either this field or the CatalogUniqueId is required.
- CatalogUniqueId
- (Integer) The internal unique reference number of the catalog. In Delete, either this field or the Identifier is required.
- MasterCatalog
- (Boolean) A flag indicating whether the catalog is a master catalog. The default value is false.
- Description
- (String) A language insensitive administrative description of this catalog.
- 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.