ExLibrisGroup / alma-csv-user-load

Load users to Ex Libris Alma from CSV files
2 stars 0 forks source link

Is it possible to delete fields? #30

Closed jdonaghe closed 3 years ago

jdonaghe commented 3 years ago

For example, we'd like to delete home address information from a user record. When 'Address Line 1' is empty in the CSV file you get an error message 'Failed: Mandatory field is missing: address line1'

jweisman commented 3 years ago

Hi @jdonaghe - thanks for your question. Currently deleting repeatable fields such as addresses is not possible. Is this a common use case where you'd need to delete addresses in bulk via CSV?

jdonaghe commented 3 years ago

Thanks for answering @jweisman. The use case is more of a one-off scenario, where I have a specific set of users who are no longer being updated by the student integration profile and I'm trying to find the most efficient/simple way of removing address information from their records.

jweisman commented 3 years ago

Understood @jdonaghe - unfortunately this may not be the best way to accomplish that. Sorry.