Redmine CSV User Import Plugin

Features

Just listed below,

  • User data import by CSV file
  • Locale resource for English, and Japanese

Install

  • Install "fastercsv" gem module
gem install fastercsv
  • Extract this plugin to your Redmine directory
redmine/vender/plugins/

Usage

  • Set up your user CSV file
    • Row separation code is LF only!
    • e.g.
login,password,lastname,firstname,mail,admin
"a4","aa","john","doe","hoge@example.com",0
"a6","aa2","larry","wall","hoge2@example.com",1
  • Login as Administrator user
    • Click "User Import"

  • So, Please advance it along the screen.





In this screen, the setting is Japanese.

Tested Version
Rails
2.1.2
Redmine
0.8.4

Enjoy.