I have data in 2 oracle tables with referential integrity defined between them.
I want to move them to mongodb with referential design pattern.
I want to generate json files from oracle and use mongoimport.
How do I make sure the _id of the pk collection is referenced in the fk collection while using mongoimport?
Please advise.