+ // }}}
+
+ // Sparkassen Nutzer aussortieren {{{
+ csvUsers.removeIf(row -> row[1].endsWith("@sparkasse.de"));
+ // }}}
+
+ // process roles {{{
+ // - read roles.csv line by line
+ // - get user_id and role from each line
+ // - make sure user_id is in the HashMap
+ // - if not create default value with no roles
+ // - update the role specified in that line