how can I format json to import with LUUID types #166
Unanswered
maga-polito
asked this question in
Q&A
Replies: 1 comment
-
|
HI @maga-polito, Do you use If the code you provided is from JS file, what is your import for Alternatively, you can also try some instructions here: https://stackoverflow.com/questions/25789342/converting-mongodb-binary-id-to-luuid-using-node Cheers! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need to import objects like:
{
"_id" : LUUID("d8b30e31-5af3-2a4a-bd1c-e478e63940d5"),
"CreationDate" : ISODate("2019-06-20T15:00:04.913Z")
}
but when looking at documentation I was not able to parse LUUID to the db, any idea?
Beta Was this translation helpful? Give feedback.
All reactions