Skip to content

Instantly share code, notes, and snippets.

@dalthonmh
Created March 31, 2020 00:09
Show Gist options
  • Save dalthonmh/bf8f30f90ccaeb03d8c99b22e7d47d2a to your computer and use it in GitHub Desktop.
Save dalthonmh/bf8f30f90ccaeb03d8c99b22e7d47d2a to your computer and use it in GitHub Desktop.
Mongo Seeding CLI | examples/import-data-json/response.json
[
{
"order-detail": [
{
"category": "fund",
"_id": "5e606408dc8aec3040688a86",
"name": "Lomo saltado",
"price": 20,
},
{
"category": "entry",
"_id": "5e6066bea0403411bc4a3333",
"name": "Ceviche",
"price": 18,
}
],
"_id": "5e8186aa5d750a38e4260fcc",
"date": "2020-03-11T05:00:00.000Z",
"table": 1,
"__v": 0
},
{
"order-detail": [
{
"category": "fund",
"_id": "5e60650ea0403411bc4a332f",
"name": "Arroz con pollo",
"price": 22,
},
{
"category": "entry",
"_id": { "$oid": "5e6066e9a0403401bc4a3334" },
"name": "Causa",
"price": 18,
}
],
"_id": "5e8187d53eda1f3a20d887e1",
"date": "2020-03-11T05:00:00.000Z",
"table": 3,
"__v": 0
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment