Hello,
I would like to know if it possible to migrate content from a portal type to another one.

This is what I would like to accomplish:
I have a portal_type called football_match, the schemas used are: metadata common football_match flexible_content.
The football_match schema contains:
Team_A (CPS String List Field)
Team_B (CPS String List Field)
Date_and_time (CPS DateTime Field)
Place (CPS String List Field)
Result (CPS String Field)

The other portal_type is called match and uses the following schemas: metadata common match flexible_content
The match schema contains:
Team_A (CPS String List Field)
Team_B (CPS String List Field)
Date (CPS DateTime Field)
Location (CPS String Field)
Result (CPS String Field)

This should be the migration mapping between the schemas of the two portal types
Team_A = Team_A
Team_B = Team_B
Date_and_time --> Date
Place --> Location
Result = Result

Is it possible to do something like that? if yes, could you please suggest me some pointers, as existing scripts, where to start from?

Thank you


Gli affari migliori del Web? Solo su Lycos Shopping!

_______________________________________________
cps-users mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/cps-users

Reply via email to