I have an input file containing of pairs of AppHost (host server) and AppName (application name). Any AppName can be paired with any AppHost and both AppName and AppHost appear multiple times in the input file.
I want to create 2 object types: AppHosts and Apps.
AppHosts should have an inbound reference to installed Apps.
Is it possible to build this structure in one import structure ?