Hi, I have a small issue that I've been scratching my head with for a while now. Please let me explain.
I have a separate website where users can register themselves, and as a perk they automatically get registered on my new drupal site.
So I am running a daily script on my other website to create a .csv file, which I am going to use on my drupal site to import and create users.
I have used the .csv file and manually imported some users successfully. I have also saved the import as a template.
So I now have a .csv file sitting in the sites/modules/user_import folder, but I don't know how to get the cron job to pick this up and run it. I do have the cron running once a day.
I've looked around the issues for this module and found this: http://drupal.org/node/131774#comment-2545486
but doing that didn't seem to work. Is there something obvious here that I am missing?
Cheers for any help in advance.
Dan
Comments
Comment #1
robert castelo commentedChanging title to be more descriptive.
Comment #2
robert castelo commentedIn User Import 7.x-2.1 have added automated import directories which
imports files found in the directory using an associated import settings
template.