如何在drupal中将包含所有字段的节点导出到csv中
我想知道是否有任何模块可以将所有内容 cck 字段导出到 drupal 中的 csv 中。
请帮助我,
提前致谢
I would like to know is there any module for exporting all the content cck fields into csv in drupal..
Please help me
thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我个人在 feeds 模块方面取得了巨大成功。它提供了许多功能,使日常导入/导出变得更加容易。
另一种对我来说效果很好的方法是视图数据导出模块。它允许您将任何视图导出为各种格式。
I personally have had great success with the feeds module. It provides many features that make routine import / exports much easier.
Another way that has worked well for me is the Views data export module.. It allows you to export any view as a variety of formats.
节点导出模块也可能对您有帮助。
Node export module may also help you.