I need to synchronize data from spreadsheets (via Node Import possibly) and to synchronize from my Drupal database to another MySQL database on the same server. How would I do so?

Comments

andrewlevine’s picture

Unfortunately I don't have any examples that I can share right now, I am going to add one to the module when I get the time. I can point you in the right direction if you try to implement one and post it here.

andrewlevine’s picture

Version: 5.x-1.x-dev » 6.x-1.x-dev
Status: Active » Closed (fixed)

DataSync for Drupal 6 has a good example here http://drupal.org/project/datasync_feedapi . I will be working on another example that I can release in the next couple weeks. At this point, I would not recommend using DataSync for Drupal 5 unless you are willing to really look into the code and understand it.