My original question was on the import because I was unable to IMPORT and get the relationships. But after your post maybe if the EXPORT was changed then it would put the correct data in the CSV file and would solve the import relationship issue I originally raised.
->Your import file for Division could look like this:
Division.Name, Division.Description
"Marketing", "Some description for the division"
You import file for Customer could look like this:
Customer.Name, Customer.Division.Name
"John Brown", "Marketing"
I'm trying to take TWO files as in your example, with Division in the Customer file as an attribute to the Division file, just like you have and get AwareIM to export it and then re-import it into a new BO with the Division in-place.
A very basic backup routine if you will. AwareIM should be able to export to a CSV file and import the same CSV and get the database as it was without a user having to re-key data.
I believe if the user Doesn't Select "Export relationships" on the export and you simple place a column in the file with the VALUE of the relationship (not a link to it) this will create a file like you've shown and will solve the issue. The issue then becomes what fields from the related file do you need or want in the export file.
I'm just trying to get data out of the system in a CSV file and then imported back in without a user having to figure out how to recreate the broken links.
Of course I'm open to all suggestions and corrections.