Ok so below is an image showing the “new” and “old” object ID and timestamp format mongodb uses. Old is referring to the imported json data and new is referring to data i have created.
Now the main issue i have with this difference is that i cannot ammend the imported data but i can created new data and read the imported - And i believe the reason is because the imported data for some reason doesn’t have the ObjectId() or ISODate() functions just the string.
So i want to find a way to add those or import it such that it imports usable - and yes, I have already tried manually adding ISODate() and ObjectId then reimporting it to match the new data, that just throws JSON errors and doesnt properly import.
Thanks!