Drupal Generating nodes in a nightly cron Job -


what should best of generating nodes csv file in nightly cron job? there module doing or better programatically create content using node_save in hook_cron() function?

you can use drupal feeds module achieve this. feeds can periodically import entities data source (eg. csv or rss feed).

if node-processor of feeds module not fit requirements, should try create custom module suggested.


Comments

Popular posts from this blog

php - Zend Framework / Skeleton-Application / Composer install issue -

c# - Better 64-bit byte array hash -

python - PyCharm Type error Message -