各位好:小弟目前使用feeds 來實現文章批次上傳,文章要有多張圖片,但目前只能上傳一張,無法上傳多張。
想請問有人做過嗎?
feeds 欄位為
name:title
body:body
image:image
前csv 後drupal content type
我的csv,為
name,body,image
標題,內文,圖片.png|圖片.png
include('/opt/www/fdv2/drupal.stage/web/sites/default/settings.local.php') (Line: 4) require('/opt/www/fdv2/drupal.stage/web/sites/drupal001.net/settings.php') (Line: 145) Drupal\Core\Site\Settings::initialize('/opt/www/fdv2/drupal.stage/web', 'sites/drupal001.net', Object) (Line: 1099) Drupal\Core\DrupalKernel->initializeSettings(Object) (Line: 701) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
各位好:小弟目前使用feeds 來實現文章批次上傳,文章要有多張圖片,但目前只能上傳一張,無法上傳多張。
想請問有人做過嗎?
feeds 欄位為
name:title
body:body
image:image
前csv 後drupal content type
我的csv,為
name,body,image
標題,內文,圖片.png|圖片.png