1

I'm looking at this example (https://github.com/aclark4life/mr_migrator_demo/tree/master/data), which mostly does what I need. What I'm not seeing is how to include images or news items with images.

Would appreciates a few pointers in the right direction.

David Bain
  • 2,439
  • 1
  • 17
  • 19
  • `transmogrify.filesystem` already handles images directly. What specific problems have you run into? – Martijn Pieters Apr 11 '13 at 17:32
  • perhaps I haven't done enough reading of the manual :). My problem is creating a news item that has an attached image. News Items have a custom image and image caption field. – David Bain Apr 11 '13 at 17:55
  • Yes, that's a little more complex, as that requires *two* files; for the images you would issue a transmogrifier entry that has the path of the parent news item and just the image field filled for the content updater to set just that image field on the already-created news item. – Martijn Pieters Apr 11 '13 at 17:58
  • @DavidBain: Yight want to have a look at niteoweb.transmogrifier.simpleusage and search on pypi for 'transmogrifier', to get more blueprints, HTH. – Ida Jun 27 '13 at 13:06

0 Answers0