Skip to content

paulbutenko/liferay-userimport-portlet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Liferay user import portlet

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.

About

Portlet for importing user to Liferay from csv file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages