Parse/Back4App has this cool feature that allows you to import data tables and relationship tables separately. This makes a lot sense in splitting the imports especially in large datasets.
For example I would love to be able to import large “Customer” and “Orders” tables and then later import a “Customer_Orders_Relationships” table that has a list of all the Primary & Foreign Keys needed to join them together.
Anything that can split up the data import process into more manageable stages would be great. Thanks!