Tridion content port between posts that are different

I have two publication trees in one instance of Tridion Content Manager 2009

I need to transfer one set of content (Schemes, Components, etc.) from one tree to another. None of the trees has a common publication, so we have something like this

PUB_A              --->           PUB_C   (Schemas)
   PUB_B                              PUB_D   (Components)

I can export the contents in order, but nothing exists in PUB_C / D (obviously, the publication names are completely different). These components are horribly nested from a legacy website, so re-creating them is not really an option I want to explore.

Can I use Content Porter for this and create it in a new publication? This is similar to what it should be able to do, but I'm struggling to figure out Mapping, tried to rename the importTarget attribute to a mapping file, but it still insists on trying to reimport the same as the export source.

thank

+5
source share
2 answers

Content Porter . , . PUB_A_TEMP, PUB_B_TEMP. , , . PUB_C > PUB_A, PUB_D > PUB_B. CP. , .

+7

importContext

Content Porter SP1, mappings.xml .

  • importContext .
  • , importTitle .
  • "url encode" , importContext ( %20 % 2D). Content Porter , - .
  • , .

, , .

: , , . , , .

: <tcccp:Mapping exportContext="/Publication/Building%20Blocks" exportTitle="component.xml" importContext="/Destination%20%Pub" importTitle="" />

, .

, .

  • ( )
  • /

, . , CP . , * * .

:

+1

All Articles