How to import data to custom attributes

How to import data to custom attributes

Importing data to custom attributes is very simple - the  column of the field has to be named according to the following pattern: 
underscore symbol + attribute's alias
For example, if the alias of your custom attribute is "additional_features,"  then the name of the column in the CSV file should be  "_additional_features."

Predefined values

Besides, if you are going to import data to fields with predefined values (i.e., select, radio, checkbox),  then as a value, you should provide the exact name of the value or list of values separated with a comma.
For example, if the checkbox field has  available options [Alfa|Bravo|Charlie|Delta] and your product has values "Bravo" and "Charlie." The content of the appropriate cell in the CSV file should be: "Bravo, Charlie."

Example

      • Related Articles

      • Import categories and subcategories manually

        Following the article about importing locations to DJ-Classifieds, here's a tutorial on importing categories and subcategories the same way. To do it, you’ll need to be able to access your database via phpMyAdmin. Preparing the import file Create the ...
      • Import configuration

        Import configuration is an option that allows administrators to configure import procedures better when it comes to importing Products. The new feature can be found in the back-end area under the page named "Import configuration": Keep in mind that ...
      • Extra/Custom fields in DJ-Classifieds

        The DJ-Classifieds component allows assigning additional fields to the advert details from a certain category. Settings To create a custom field, click on the Extra Fields button from the Control Panel, then click New from the top right toolbar, and ...
      • How to use DJ-Classifieds-Importer

        Important Note: We distribute the DJ-Classifieds-Importer component along with the active subscription of DJ-Classifieds. That means that if your subscription for DJ-Classifieds is active, you can download and use the DJ-Classifieds-Importer ...
      • Import guidelines

        General information 1. CSV file has to be UTF-8 (without BOM) encoded. 2. Only CSV files with ',' (comma) or ';' (semicolon)  separators  and single or double-quoted (' or ")  text limiters/enclosures  are supported. 3. CSV file must contain column  ...