cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Excel Export didn´t show all mandatory attributes

Former Member
0 Likes
741

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

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member638520
Contributor
0 Likes

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

Former Member
0 Likes

Thank you so much Lukasz

Former Member
0 Likes

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.

former_member638520
Contributor
0 Likes

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