I have a client requirement to be able to export user data from Orchard, specifically extended data fields from the user registration module ExtendedRegistration which uses the profile module.
I have access to the SQL CE db and can see the user registration data, but can’t see where the profile data is stored, and no doubt am looking in completely the wrong place. Any ideas??
thanks!
There’s a common table Orchard_FrameWork_ContentItemRecord that keeps an xml style record of data linked to ItemIDs coming from particular modules – the extended registration module included. I can link to this using the user id as the primary key but I need to parse the data to report against it.
Here’s a sample of the data:
Got that figured – now to parse the data!