I have a spreadsheet that contains a customer number and userpoints values. These are in a spreadsheet that is managed outside of drupal, with monthly point changes assigned to users as a reward for business activities. They are allowed to make purchases with points from an ubercart store.

I have two options with the customer number, the first one being less ideal.
1. Simply use the customer number as the username with no module modification
2. Add UID as an import option under Drupal Fields, and force the customer number to be the UID instead of auto incrementing for new user imports
- This means i can use name fields to generate a more friendly username

I also would like to add a Drupal Field drop-down select that would let me import initial userpoints values and monthly import userpoint changes.

I'm not sure where to begin to add fields to the Drupal Fields drop-downs that are not part of a users profile. & Is it even possible to force a UID value when inserting new users?

Comments

bmwagner’s picture

Were you successful in getting your points from user_import into userpoints? Unfortunately I do not have the programming skills to develop a module to do this. Perhaps there is another way?

summit’s picture

Subscribing, interesting in the same!
greetings, Martijn