Online Record Keeper/ORK3 Developer Documentation/ORK2 to ORK3 Mapping

From AmtWiki

This is a mysqldump of the two tables used to track the import progress from ORK2 to ORK3. It used the import scripts /import/import.php, /import/import.primary.php, /import/import.ork2.wl.php, and /import/import.wl.php.

The table dbimport_cache contains the real meat of the mapping. The fields are defined as follows:

cache_id - primary key
ork2_table - source table for the record imported from ORK2
ork3_table - target API object for record import
ork2_id - source table primary key
ork3_id - target API object identifier

The table dbimport_status merely tracked import status, since the import scripts caused regulary out-of-memory errors. Anyways, you can download the mapping here.