Import skips relationships

Hi,

I’m trying to migrate data from Parse to Backendless. Created a php that parses json files and creates CSVs for import. It contains the original objectIds and relationships as well. At one import it built up relationships but it doesn’t anymore: all relationship fields are empty. If I look up the record with rest console by objectId copied from the CSV’s relationship field I do find it.
How relationships getting built after import? Does it take time or what?

Hi!

Please try to import original json files.

Interesting, it works:) I tried it about 2 weeks ago and I got strange errors back then that’s the reason I decided to go with creating a migration php. It skips some records though, gotta look into that. Thanks for the help!