RedSyndicate / GardenerMultitool

MIT License
0 stars 0 forks source link

Figure out correct Guid format for MongoDB Ids #49

Closed adamhomer88 closed 2 years ago

adamhomer88 commented 2 years ago

image https://github.com/RedSyndicate/GardenerMultitool/pull/45/files

potential problem CSV -> JSON -> Mongo -> id(string rep of guid)

potential fixerooni CSV -> JSON -> Mongo -> _id(ObjectID) with no id(GUID)

KungRaseri commented 2 years ago

Some reference: https://mongodb.github.io/mongo-csharp-driver/2.11/reference/bson/guidserialization/serializerchanges/guidserializerchanges/