What is best way to best way to migrate data from one product to another if both software companies refuse to reveal the database structure to one another?
dump the data to a csv and hand it to the other company. A good DBA can take the data and write a sufficient import script that maps them to the correct datatypes on the other end.