【发布时间】:2017-05-31 16:09:40
【问题描述】:
我正在为客户使用 Drupal 6,我想将博客条目与标题和正文内容和图像一起导出为 CSV。
我已经安装了 Views 数据导出模块并进入
views ---> 添加并给出如下视图名称: 博客 博客条目 导出测试
从视图类型我尝试: 节点 node_revisions
但它说: 您要查找的页面似乎不存在。请确保您输入的地址正确,或稍后重试。
如何导出?
【问题讨论】:
我正在为客户使用 Drupal 6,我想将博客条目与标题和正文内容和图像一起导出为 CSV。
我已经安装了 Views 数据导出模块并进入
views ---> 添加并给出如下视图名称: 博客 博客条目 导出测试
从视图类型我尝试: 节点 node_revisions
但它说: 您要查找的页面似乎不存在。请确保您输入的地址正确,或稍后重试。
如何导出?
【问题讨论】:
我认为您必须阅读您正在使用的模块的 README.txt。正如您所说,您将它与 Drupal 6 一起使用,请在模块 README.txt http://cgit.drupalcode.org/views_data_export/tree/README.txt?h=6.x-3.x 中查看以下说明。
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.
希望这会有所帮助!
【讨论】: