mdjnelson / moodle-mod_customcert

Enables the creation of dynamically generated certificates with complete customisation via the web browser.
https://moodle.org/plugins/mod_customcert
GNU General Public License v3.0
90 stars 158 forks source link

Separate full name to first and last name columns in CSV/Excel import #492

Open harriholappa opened 2 years ago

harriholappa commented 2 years ago

Hello,

Sometimes we encounter a need to compare the imported table of recipients (CSV/Excel) with other lists of users, e.g., lists of enrolled students, lists of users who have paid a fee, and so on. These lists are often other CSV/Excel files or views in other browser-based software.

Often these lists arrange users by their last name. Mod_customcert offers only one field for the name info, the 'full name' field. Furthermore, because the first name is shown before the last name, you can arrange only by the first name. Could the first and last names be separated in separate fields in CSV/Excel import? This would make the comparison of lists easier.

mdjnelson commented 5 months ago

Makes sense. I have added it to the list of things I have to do.