Posted on 14/03/2013 22:44:52
The Dynamicweb Provider performs a one to one import of raw data. The User Provider is different because it adds a level of abstraction to make it easier to import users, groups and addresses.
You need to modify the list of group relations a bit because the User Provider does not expect the actual format stored in the database. Group relations are instead defined by a comma separated list of either group id or group name, e.g. "305,306".
You can find more information about how to set up your import in the User Provider documentation