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?
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
Comment #1
andrewlevine commentedUnfortunately 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.
Comment #2
andrewlevine commentedDataSync 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.