attributes.csv

This file can be used to: Create new attributes, add attribute translations, define attribute type, scope, and other attribute specifications accordingly.

columnrequiredlimitation

_code

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

_type

One of {TEXT, TEXT_AREA, NUMERIC, PRICE, UNIT, DATE, SELECT, MULTI_SELECT, IMAGE, GALLERY, FILE, PRODUCT_RELATION}

_scope

One of {local, global}

_language

5 chars LCID language code. Example: pl_PL

_name

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

_hint

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

format

One of existing date formats (see table below)

currency

One of existing Currencies.

rich_edit

One of {true, false}

unit

One of existing Unit Symbols.

unique

One of {true, false}

Available date formats:

DateCSV Date Format

1999-01-31

yyyy-MM-dd

99-01-31

yy-MM-dd

31.01.1999

dd.MM.yyyy

31.01.99

dd.MM.yy

01/31/99

MM/dd/yy

01/31/1999

MM/dd/yyyy

January 31, 1999

MMMM dd, yyyy

31 January 1999

dd MMMM yyyy

31 Jan 1999

dd MMM yyyy

Example:

_code_type_scope_language_nameformatcurrencyrich_editunit

text

TEXT

local

en_GB

text

textarea

TEXT_AREA

global

en_GB

textarea

true

numeric

NUMERIC

local

en_GB

numeric

price

PRICE

global

en_GB

price

PLN

unit

UNIT

local

en_GB

unit

m

data

DATE

global

en_GB

date

yyyy-MM-dd

select

SELECT

local

en_GB

select

multiselect

MULTI_SELECT

global

en_GB

multiselect

image

IMAGE

local

en_GB

image

gallery

GALLERY

global

en_GB

gallery

file

FILE

local

en_GB

file

product_relation

PRODUCT_RELATION

global

en_GB

product relation

Last updated