I'm building an import (from csv) through the Insight add-on/app and was wondering about dynamic objec types.
Currently I have a single CSV file for each object type which I then in the import map directly on the specific object type.
Now I'd like to have a single csv file with "mixed" object types, basicly a column which specifies the object type which then maps on a object mapping in the import.
I'm unable to find any documentation on this so I'm basicly wondering whether this is possible and if yes, how? ( a link to a document is fine :))
This way I can make a single "source csv file", run it as a single import but map it on different object types.
Perhaps through the data locator? (but that is unclear to me)
Thanks!