내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

PRODUCTION ISSUE: Can entity.categoryId be overwritten in stead of appending it in the file upload

Avatar

Level 1

Similar products are returning incorrect recommendations (not similar at all) because, every time we upload a csv feed, it adds categories to the products.  Is there a way to overwrite entity.categoryId in stead of appending it to the file upload?  This is affecting our production environment.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee

@RiekieB 

Categories is a cumulative field so values passed in this field keeps adding to it.

You need to remove the product from the catalog in order to get rid of the old value and then when the feed will be processed, only new values will start flowing in category field.

 

원본 게시물의 솔루션 보기

2 답변 개

Avatar

정확한 답변 작성자:
Employee

@RiekieB 

Categories is a cumulative field so values passed in this field keeps adding to it.

You need to remove the product from the catalog in order to get rid of the old value and then when the feed will be processed, only new values will start flowing in category field.

 

Avatar

Level 1
Thanks for your comment @skandg43264764. The problem is that it is thousands of products and you can only delete them one by one if you don't want to affect the recommendations by deleting the whole catalogue. It would have been nice if there was an easier way to do this and not impact production recommendations.