Hi,
I am trying to import a csv list of users + extended attributes into modx.
I have created a table in mysql with all the required columns, including internalKey. My id column is called SiteNo.
I have imported the entire csv list into this - however I’ve made internalKey Not Null. But it is set as MUL.
Now How can I either:
a). Use the current imported csv and allow new users to be added using the manual register form (linking to the extended attributes table) and display the list without needing to link to the webusers at all.
b). Split the csv to take some data for the web users attributes table, rest to the extended attributes and create the joins/links in the web users table.
c). Oh and to not save default image to the web user attributes if entered manually as there is no need for photos ever.
There are 250 users to be imported, I really don’t want to do them all individually!
Hopefully I have explained it clearly?
Thanks