gpt4 book ai didi

php - 使用 drush 将节点导出为 csv 文件问题

转载 作者:行者123 更新时间:2023-11-29 22:33:41 25 4
gpt4 key购买 nike

我想使用 drush 将节点作为特定类型从我的 drupal 网站导出为 csv 文件,我尝试过此命令,但失败了。

drush node-export --type=break,article --format=dsv --sql "select nid from node limit 100" --file=/root/article.csv

错误输出:

The directory 1 does not contain a valid Drupal installation [0.1 sec, 5.71 MB]

请您给点意见

最佳答案

问题已通过以下步骤解决:

1-我已经从数据库中选择了所有需要的nids。

2-我已将该 nids 传递给 drush 命令,如下所示:

3- drush 节点导出 --type=break,article --format=dsv nids 33 300 3012 45 --file=/root/article.csv

您必须确保已从 drupal 启用节点导出。

关于php - 使用 drush 将节点导出为 csv 文件问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29636794/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com