User import problems

Hello there,

I got sick of my old shop software and migrated to oxid. I’m having problems though importing my users because there doesnt seem to be an import function in the Community Edition. I saw a lot of IDs are being created in the database, could anyone point me in a direction where in the source codes i can have a look at how new customers are being created? I tried reading but it didnt really get me anywhere.

greetings,

Tom

There is an import-function right in the admin-Area:
Service -> Generic Import.
You only have to import your userdata in to the Table oxuser.
Only the passwords could be tricky, because normaly they are hashed+salted.

Well the import itself isnt really the problem, but my old shop doesnt use any IDs. I basically have the raw user data. Oxid creates a user_id for every user, some sort of hash. I doubt this will be created with the generic import function. And I am looking to get this hash, also the country ID is for whatever obscure reason a hash instead of a foreign key.

thanks for the quick reply Christoph