Posted by gettysburger on September 26, 2008 at 1:09pm
I've been trying to figure out a way to sync my college's class schedules with nodes in Drupal. We use Datatel and, on our current non-Drupal site, dump the data into a mySql database and use a simple form to search the classes. I'd like to set it up in our new forthcoming Drupal site, to have nodes created from the records in the mySql database.
Is there some module for importing databases => nodes?
Is there a way to sync the database to Drupal directly so when the db is updated, Drupal is updated?
Thanks,
Stephen Recker

Comments
Node Import
Dave
Node import via cron can be
Node import via cron can be use to automatize import. User or bot should append content to the existent files for tasks. I hope it will be useful for you.