Skip to content
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

Some strings get imported as numbers #24

Open
latifs opened this issue Feb 28, 2019 · 2 comments
Open

Some strings get imported as numbers #24

latifs opened this issue Feb 28, 2019 · 2 comments

Comments

@latifs
Copy link

latifs commented Feb 28, 2019

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

@yishin
Copy link

yishin commented Apr 19, 2019

I have same issue.
{
"id": "store",
"name": "store name",
"nameBranch": "",
}

imported:
"store"
"store name"
0 <=== Number

@pranavpari
Copy link

Any luck?? I am facing the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants