custom_fields.csv

This file can be used to: Create new custom fields in the SELECT and MULTISELECT attribute type.

columnrequiredlimitation

_code

Max length of 128 chars. Lowercased, alphanumerical and "_" signes are accepted.

_type

One of { IMAGE , TEXT , TEXTAREA , TEXTAREA_RTE}

_attribute

Code of the attribute*

* Note that this attribute must already exist, or the proper attributes.csv file that creates it must be included in the import zip, only SELECT and MULTI_SELECT attribute types support Custom Fields.

Example:

_code_type_attribute

custom_field_1_code

IMAGE

attribute_custom_values

custom_field_2_code

TEXT

attribute_custom_values

custom_field_3_code

TEXTAREA

attribute_custom_values

custom_field_4_code

TEXTAREA_RTE

attribute_custom_values

Last updated