Extend the import CSV in Admin users tool to include optional user properties

Description

https://sakaiproject.atlassian.net/browse/SAK-21405#icft=SAK-21405 introduced the ability to upload a CSV of users in the Admin users tool. This extends this by allowing an optional properties column which adds the supplied properties for the user as well.

Sample CSV attached.

Attachments

4
  • 08 Mar 2012, 04:28 PM
  • 08 Mar 2012, 04:28 PM
  • 05 Mar 2012, 03:57 AM
  • 05 Mar 2012, 03:39 AM

Activity

Steve Swinsburg March 8, 2012 at 4:28 PM

Attached a new example CSV file, note that not all columns are filled in, so that is supported. Also attached screenshot of what it looks like after parsing.

Steve Swinsburg March 8, 2012 at 4:25 PM

r105646. Any extra columns are now stored as user props.

Steve Swinsburg March 8, 2012 at 2:48 PM
Edited

Reopening as the implementation of this needs reworking. Adding the properties all in one column just isn't feasible, it requires to much manipulation of the data.

What the new impl will do is allow arbitrary columns to store the data. Anything in the main set are the normal user attributes, like first name, last name, etc, anything outside of this fixed set will be added as properties. This will be much more flexible and you'll be able to throw any CSV at it.

Steve Swinsburg March 5, 2012 at 3:57 AM

r105484

Fixed

Details

Priority

Fix versions

Assignee

Reporter

CLE Team Issue

Yes

Created March 5, 2012 at 3:39 AM
Updated June 30, 2014 at 3:33 PM
Resolved March 8, 2012 at 4:25 PM

Flag notifications