首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >将Drupal 6博客导出为CSV

将Drupal 6博客导出为CSV
EN

Stack Overflow用户
提问于 2017-05-31 16:09:40
回答 1查看 402关注 0票数 0

我使用Drupal 6作为客户端,我想导出博客条目作为一个CSV,以及标题,正文内容和图像。

我安装了视图数据导出模块,然后转到

视图

从视图类型上,我尝试了:节点node_revisions

但是上面写着:,你要找的页面似乎不存在。请确保您输入的地址正确,或者稍后再试。

怎么出口?

EN

回答 1

Stack Overflow用户

发布于 2017-06-01 10:11:09

我认为您必须阅读您正在使用的模块的README.txt。正如您所说的,您正在Drupal 6中使用它,请将下面的指令检查到模块README.txt export/tree/README.txt?h=6.x-3.x中。

代码语言:javascript
复制
Using the "Views Data Export" module
------------------------------------

1. Add a new "Data export" display to your view.
2. Change its "Style" to the desired export type. e.g. "CSV file".
3. Configure the options (such as name, quote, etc.). You can go back and do
   this at any time by clicking the gear icon next to the style plugin you just
   selected.
4. Give it a path in the Feed settings such as "path/to/view/csv".
5. Optionally, you can choose to attach this to another of your displays by
   updating the "Attach to:" option in feed settings.

希望这能帮上忙!

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/44289721

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档