We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey guys, Trying to import a collection from a JSON file that happens to be in this format:
{ "manufacturer": "hello", "name": "world", "grading": "8", "status": "completed", "submitted_on": "{\"type\":\"timestamp\",\"data\":\"10/4/18\"}", "submitted_by": "fox mulder", "approved_for": [ "group-2", "group-3", "group-4" ] },
For some reasons grading gets imported as a number. Am I Missing something?
Thanks
The text was updated successfully, but these errors were encountered:
I have same issue. { "id": "store", "name": "store name", "nameBranch": "", }
imported: "store" "store name" 0 <=== Number
Sorry, something went wrong.
Any luck?? I am facing the same issue.
No branches or pull requests
Hey guys,
Trying to import a collection from a JSON file that happens to be in this format:
For some reasons grading gets imported as a number.
Am I Missing something?
Thanks
The text was updated successfully, but these errors were encountered: