1 reply [Last post]
roborracle's picture
Offline
Joined: 07/27/2011
Juice: 56
Was this information Helpful?

Greetings all - I've not found anything on it, but I wanted to ask just to make sure. I've got a membership site using ubercart, and I've got about 700 members that I need to import that has a few different fields:

First Name
Last Name
Organization
Join Date
Exp. Date
Address
Phone

I can import users using node_import, but that's not really accomplishing what I need to do. Has anyone else done this?

Thanks in advance

Rob

zeezhao's picture
Offline
Joined: 04/23/2008
Juice: 969
Re: Importing Customers?

An idea - You could use http://drupal.org/project/user_import to import them as users, and then you will have to do some sql for database updates for the other fields.