We have a product import set up in Data Integration.
The fields are set to map automatically.
It has worked as expected.
I have now added a new custom field to the products table.
The field is also present in the xml that is imported.
Example:
<column columnName="ProduktGruppsKod"><![CDATA[PERSONLIG]]></column>
But when I now run the import I get the following error message in the import log.
"Import job failed: The source reader for the table: [EcomProducts] can not get a value for the column: [ProduktGruppsKod]"
Any ideas?
Regards / Aki