Hi what’s the best way to do a csv import and to get Backendless to recognize the relationship as a Many to Many between “Companies” and “Categories”?
When I import a 3rd Join csv table will Backendless still import this 3rd join table or will it merge the many to many relations into both Companies and Categories tables with child object relations pointing to each other?
I’ve been using this article as a reference for the right csv file notation… Thanks