Hi ,
I implemented PriceRow excel import functionality using excelImport action, wrote custom translators and validators, however when I wanted to import "productId" or "Product" for PriceRow, these attributes aren't supported as they are having write="false"
In OOTB excel import/export classes isSupported() Method they are checking the attributeDescriptorModel.getWritable() for which "productId" & "product" will always return false.
How to import/export these through excel ?
Also when I tried exporting PriceRow the columns in the exported excel are mismatching.
for e.g in Customer column I'm getting prices and vice versa.
Thanks.