我正在使用 transmorgrifier 配方将一些数据从 drupal 导入基于 Plone 4.1 的构建。构建基于https://github.com/claytron/drupal-plone-transmogrifier(主要是我将其更新为使用 plone 4.1 而不是 4.0)。导入工作,我成功地将数据从 drupal 站点导入到我的 plone 站点。唯一的问题是导入的 html 中的 html 标签显示为文字标签。
如果在成功导入后,我手动转到每个项目并选择“编辑”,然后单击“保存”,那么 html 会被正确解释,但为了解决我的问题,需要进行大量的编辑和保存。
查看带有 html 标签的新导入内容的屏幕截图。
实际导入该字段的蓝图(我相信)如下所示:
[text_mimetype]
blueprint = collective.transmogrifier.sections.inserter
key = string:_text_mimetype
value = string:text/html
我尝试在蓝图中使用 text/structured 而不是 text/html,但结果相同:
我需要的是一个额外的蓝图,它会导致 html 被解释,或者是关于如何确保我的 html 在导入时被解释的提示。
我的管道中使用的完整蓝图列表如下所示: https ://github.com/claytron/drupal-plone-transmogrifier/blob/master/src/my.migration/my/migration/config/base.cfg