MongoDB JSON Document (RAW for migrations)
?
S
BashSample document used for migrations using `mongoimport` shell tool
1 const doc = {
2 ...data,
3 _id: {“$oid”:mongoObjectIdGenerator()}
4 }`Created on 10/15/2019
Sample document used for migrations using `mongoimport` shell tool
1 const doc = {
2 ...data,
3 _id: {“$oid”:mongoObjectIdGenerator()}
4 }`Created on 10/15/2019