Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards

what is wrong with my feed?

Avatar

Level 10

I use feed in the form of CSV. Particular product in my Catalog search looks like this:

Michael_Soprano_0-1743970123066.png

 

 

Sample row with values looks like this:

## RECSentity.id,entity.sku,entity.pageUrl,entity.name,entity.thumbnailUrl,entity.categoryId,entity.message,entity.value,entity.inventory,entity.margin,entity.last_updated_by,entity.multi_english,entity.availability,entity.tax_country,entity.tax_region,entity.tax_rate,entity.product_type,entity.item_group_id,entity.color,entity.size,entity.brand,entity.gtin,entity.price,entity.category,entity.category_uids,entity.custom1,entity.custom2
MH13,MH13, ,Marco Lightweight Active Hoodie,https://magdev11.adobedemo.com/media/catalog/product/cache/7fa649b51b890fd1480d6dfbd7897a94/m/h/mh13..., 15], , , , , , , , , , , , , , , , ,74,Men / Tops,['MTI=', 'MTU='],https://dsn.adobe.com/web/experiencelab/product?productId=MH13,74.00$

 

What my be wrong?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

2 Replies

Avatar

Level 5

You have to escape the comma inside entity.message:

GigiCotruta_0-1744022189434.png

We had a similar problem. I would use a different delimitator like ~ or |

Also, consider changing the position of entity.message as the last column, this way, it is less likely to mess with the previous columns. 

Avatar

Level 3

You can access my sample products in a CSV file. I hope it will be helpful.
If there are more fields than the default ones, simply change the custom field name to entity.<your_custom_name>.
There’s no need to change the order of the fields—just make sure all names and values are correctly mapped.
If a field has no value, leave it empty, add a comma, and continue with the rest of the fields in the same order.