-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The barcode field should be a string, not an integer #137
Labels
Comments
can i work on this please? |
@jaivardhan-bhola sorry I didn't had the mention. Please do ! This would be really important to fix :-) |
So basically you need it in int or str? |
code must be string and not int. |
oki |
Closed
jaivardhan-bhola
added a commit
to jaivardhan-bhola/openfoodfacts-events
that referenced
this issue
Feb 2, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In Product Opener, barcodes are stored as strings (in the "code" field), not integers. One reason is that they can contain leading 0s. Internally, for the Producers platform, we also prefix barcodes with organization ids. (e.g. "org-something:[barcode]").
Related to #136
The text was updated successfully, but these errors were encountered: