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

android - questions about switching from C2DM to GCM -

c++ - Qt setGeometry: Unable to set geometry -

batch file - How to extract all multi-volume RAR archives from subfolders of a folder? -