AI Product Matcher avatar
AI Product Matcher

Pricing

Pay per usage

Go to Store
AI Product Matcher

AI Product Matcher

Developed by

Matěj Sochor

Matěj Sochor

Maintained by Community

Match products across multiple e-commerce websites. Use this AI product matching Actor whenever you need to find matching pairs of products from different online shops for dynamic pricing, competitor analysis or market research.

0.0 (0)

Pricing

Pay per usage

14

Total users

574

Monthly users

36

Runs succeeded

91%

Last modified

4 months ago

DB

KeyError: "['name'] not in index"

Closed

dbwinger opened this issue
2 years ago

I'm struggling to get this set up right to just do a test run. I'm getting the error in the subject. Here are my "Attribute mappings":

{
"eshop1": {
"id": "SetID",
"name": "Name",
"price": "USRetailPrice",
"short_description": "tags",
"long_description": "description",
"code": [
"ImageFilename"
]
},
"eshop2": {
"id": "asin",
"name": "title",
"price": "price/value",
"short_description": "title",
"long_description": "breadCrumbs",
"code": [
"asin"
]
}
}
Equidem avatar

Hi Daryl, there was a bug which occurred when somebody tried to use the same value (title) for more than one mapped attribute. It is now fixed and your input should be running just fine.