Last active
September 6, 2021 14:26
-
-
Save jruts/5509ed597f8baad20012794d8eb4c50e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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