Last night I wanted to export data from the test database and import it into the production database, but found no way that I can export to a CSV file that has both the IDs and the Relationships. The Export command provides for a number of Export options, two of them being "Export ID's" and "Export Relationships" but when I check both of those options, the result is a csv file that has neither IDs nor Relationship references. If I check one of those options but not the other, I get the csv file with either the ID or the Relationship (depending on the selected option of course).
It seems to me that this is not the way the Export command is supposed to work.
I also got various error messages during my many attempts to import the data, but when I then tried to view the import log all I got was a blank window.
It may be worth mentioning that the data was not at all complicated, just two BOs (House and Owner) where each House has a reference to only one Owner. Now some may be inclined to note that I could have done this migration by copying the tables directly in sql, which may be true, but my point is that there seems to be some problems with this Export command (and perhaps with the Import command).