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
Post a Comment