Portlet for importing user to Liferay from csv file
As a source of user data for this application we will use CSV file with next format:
username;email;firstName;lastName;password;male
paul;[email protected];Paul;Paul;paul;true
ann;[email protected];Ann;Ann;ann;false
First line is column names, we will need it while reading and transforming data
More info can be found here.