我使用Drupal 6作为客户端,我想导出博客条目作为一个CSV,以及标题,正文内容和图像。
我安装了视图数据导出模块,然后转到
视图
从视图类型上,我尝试了:节点node_revisions
但是上面写着:,你要找的页面似乎不存在。请确保您输入的地址正确,或者稍后再试。
怎么出口?
发布于 2017-06-01 10:11:09
我认为您必须阅读您正在使用的模块的README.txt。正如您所说的,您正在Drupal 6中使用它,请将下面的指令检查到模块README.txt 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.希望这能帮上忙!
https://stackoverflow.com/questions/44289721
复制相似问题