Developer forum

Forum » CMS - Standard features » Importing extranet users from csv file

Importing extranet users from csv file

Hans Ravnsfjall
Reply

Hi

What is the best way to import extranet users from a csv file? The function in the user management doesn´t work, I guess because the data is not structured as in the user table in DW.

I would hope the user provider in the data integration could help me map the data, but i can´t figure out how it´s done.

What is the best way to import extranet users, and is there any link to some documentation on how it´s done in the data integration tool and/or the user management area?


Replies

 
Lars Britz
Reply
This post has been marked as an answer

Hi Hans,

We have written a bit about using the user-provider here:
http://developer.dynamicweb-cms.com/documentation/for-developers/data-integration/providers/user-provider.aspx

If you are importing simple users, like for instance newsletterrecipients, I recommend using the import-function from the UserManagement. It is quite straightforward and only requires that you define which fields are to be imported in the first line of your csv-file. If you are importing users to be used in connection with the Email-marketing module it is minimal requirement that the name, username, password and email are set for each user.

I have made an example of a csv-file that works:
https://dl.dropboxusercontent.com/u/39437262/DWUserimport.csv

 

Votes for this answer: 1

 

You must be logged in to post in the forum