Yii-User-Import is a submodule for Yii-User which allows users to import users.
Tested on Yii 1.1.8
Install Yii-User, then drop the extension folder in protected/modules.
in your config/main.php, add the module to the import array:
'import'=>array( 'application.modules.userImport.*', ...
and add the module to the modules array:
'modules'=>array( 'userImport', ...
Access at /userImport/ or /index.php?r=userImport.
See the included sample xls file for formatting. Export the xls as a CSV, copy the text and paste it in the field at the url above.
Total 2 comments
You should be able to load a file. Like "Upload file" for import. It is recommended that you haven't to paste the information in the textbox. It is not very helpful unfortunately. Regards
Hi guys, I see a few downvotes, but no comments as to why. If you downvote, pls leave a comment as to why to help improve the extension. Thanks!
Leave a comment
Please login to leave your comment.