Closed adamhomer88 closed 2 years ago
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)
Some reference: https://mongodb.github.io/mongo-csharp-driver/2.11/reference/bson/guidserialization/serializerchanges/guidserializerchanges/
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)