Hello,
I've successfully imported ca_objects.preferred_labels in different languages, but I've been unable to do so with the items of a List: all items for mfa_tematica are added successfully, but they all get the default locale ignoring the locale attribute.
I started here:
Rule type | Source | CA table.element | Options | Refinery | Refinery parameters
----------|--------|------------------|---------|----------|--------------------
Mapping | 13 | ca_objects.mfa_tematica | {"delimiter": ";", "locale": "ca_ES"} | listItemSplitter | {"list": "mfa_tematica", "matchOn": ["label"]}
and ended here:
Rule type | Source | CA table.element | Options | Refinery | Refinery parameters
----------|--------|------------------|---------|----------|--------------------
Mapping | 13 | ca_objects.mfa_tematica | {"delimiter": ";", "locale": "ca_ES"} | listItemSplitter | {"list": "mfa_tematica", "matchOn": ["label"], "label_locale": "ca_ES", "default_locale": "ca_ES", "forceLocale": "ca_ES", "createNew": true, "attributes": {"locale": "ca_ES"}}
Same result. Items get created with Preferred Labels en_US, not ca_EN
Any idea?
Thank you.