Enterprise Administration > Windchill Export and Import > PTC Windchill PLM Connector - Creo Packages Administrator's and User's Guide > Windchill PLM Connector – Creo Packages > Importing Packages > Importing a Package > Importing a Package Example > Prepare the Package for Import to the Target PLM System
  
Prepare the Package for Import to the Target PLM System
The mapping file (*.mapping) must be updated to include the owner PLM system ID number and appropriate mapping information for the package being received from the source PLM system. This file can be updated in any text editor. For example:
Site -id 610733525-1190288955171-32960257-204-89-253-132@ilink03.
ptcnet.ptc.com -alias "ilink03_server"
rule -iteration_rule Position -revision_rule Position

begin

location "/ptc/Library/mig_test//Part/Basic/pub_geo"="/ptc/
Library/mig_test//Assembly/Design"
location "/ptc/Library/mig_test//Part/Basic/mig_geo"="/ptc/
Library/mig_test//Assembly/Phase"

lifecyclestate "Basic::INWORK"="Basic::INWORK"
lifecyclestate "Basic::RELEASED"="Basic::RELEASED"
lifecyclestate "Basic::CANCELLED"="Basic::CANCELLED"

rule -iteration_rule Position -revision_rule Position

end
The mapping file can contain mapping information for location, life cycle state, and revision scheme.