Hello all,
I had a question and asked Alex if the import column order is bidirectional. In other words: Does it matter which data I have in the first column and which one I have in the second column?
In my case, I wanted to import some photographs into objects, and my CSV file had photographs in the first column and objects in the second. I asked him if it was possible to do this indistinctly, and even if the first column were photographs, could the objects also be imported?
His response was emphatic: no, it can't be done bidirectionally, and the order does matter.
We must take into account who "calls" whom.
In this specific case, it is the object that calls the photograph since the photograph file doesn't have any "object" fields, and therefore the photograph can't "know" that the object is calling it. Objects, on the other hand, do have photograph fields, so it is the object that calls the photograph.
Keep this information in mind when importing.
Eulàlia
(@Alex I hope I explained it well.)