Skip to content

Instantly share code, notes, and snippets.

@jruts
Last active September 6, 2021 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jruts/5509ed597f8baad20012794d8eb4c50e to your computer and use it in GitHub Desktop.
Save jruts/5509ed597f8baad20012794d8eb4c50e to your computer and use it in GitHub Desktop.
[
{
"product": { "name": "testing shit", "product_number": "asdasdasd" },
"retailer": { "id": 1, "name": "shit"},
"branding": {
"manufacturer": { "id": 1, "name": "supermanufacturer" },
"brand": { "id": 1, "name": "superbrand" },
"sub_brand": { "id": 1, "name": "supersubrand" }
}
},
{
"product": { "name": "testing other shit", "product_number": "asdasdaddddddd" },
"retailer": { "id": 1, "name": "shit"},
"branding": {
"manufacturer": { "id": 1, "name": "supermanufacturer" },
"brand": { "id": 1, "name": "superbrand" },
"sub_brand": { "id": 1, "name": "supersubrand" }
}
},
{
"product": { "name": "not matched", "product_number": "aqbbhyghhghgh" },
"retailer": { "id": 1, "name": "shit"},
"branding": {
"manufacturer": { "id": 2, "name": "supermanufacturer" },
"brand": { "id": 1, "name": "superbrand" },
"sub_brand": { "id": 1, "name": "supersubrand" }
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment