on 2019 Mar 01 2:15 PM
Hi,
I want to export attributes from products but from all mandatoy attributes in my *core-items.xml only display a few attributes.
If I overwrite method isSupported in ExcelExportRenderer and I remove this validation excelTranslatorRegistry.canHandle(attr) I can see all mandatory attributes but when I exported excel the headaer are ok but only write the value from few attributes that display before to remove the validation
What can I do?
Thanks in advance
Request clarification before answering.
Hi Carlos, Yes, that's the only possibility to handle references by excel in version 6.6. In newer versions we introduced generic translator which is able to handle most of reference types, but it is not available in 6.6
Regards,
Łukasz
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Lukasz,
Im using hybris 6.6. The attirbutes that I can export are: code, text fiel, and date. Attributes like business, businesLine, articleGroup or name are imposible to export.
Then, do you suggest me do a excelTranslator for each model that I need to export?
Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Carlos,
Which version of hybris do you use? What is a type of not-exportable attribute? I assume that it is a reference therefore you have to implement your own translator for given type. For more details have a look at: https://help.hybris.com/1811/hcd/70240af7af8a4bb29573c86f90d17527.html
Regards, Łukasz
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.