如何在 drupal 中自动化分类术语的填充
我正在使用 migrate 模块将大量内容导入到我的新 drupal 7 站点中。在执行此操作时,我首先需要自动创建分类术语,以便我可以将它们映射到我想要放入其中的数据。
我尝试过使用功能来自动创建分类法,但没有成功。我想知道人们如何进行这个过程 - 最佳实践是什么?
提前致谢!
I'm using the migrate module to import loads of content into my new drupal 7 site. In doing this, i need to first of all autonomatically create the taxonomy terms so that i can map them to the data i want to put in them.
I've tried using features to automate the creation of a taxonomy and it didn't work. I'd like to know how people go about this process - what's the best practice?
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能想看看 Drush 模块,它使您能够编写脚本。
You may want to have a look at the Drush module which enables you to script things.