Re: [Dhis2-users] [Dhis2-devs] Creation of bulk user.

2014-05-07 Thread Kenneth Børtveit
You can try using this .jar file. It is not very prepared, but I think it can help you. I used this to create users from a csv file. It is not user friendly, so just let me know if you need any help. ​ user_importer.jar

Re: [Dhis2-users] [Dhis2-devs] Creation of bulk user.

2014-05-09 Thread Knut Staring
For Mysql, i think you could do this in postgres first, then do a metadata export to mysql and finally use sql to bring over the generated passwords. On 9 May 2014 10:52, "Kenneth Børtveit" wrote: > Alright. Are you using postgres? If not, this will not work. > > 1. > Select the by pressing the

Re: [Dhis2-users] [Dhis2-devs] Creation of bulk user.

2014-05-09 Thread Morten Olav Hansen
Just wanted to mention that we are now planing to add this functionality to 2.16, it will work as /api/users today (allows creating one user with password etc), but will support bulk import of users + passwords through our meta-data import (/api/metadata), there will be no export of passwords, but

Re: [Dhis2-users] [Dhis2-devs] Creation of bulk user.

2014-05-14 Thread Uddin Fatema
Dear All, Thanks you very for your help and help me a lot to create a a java class that can read excel file and create a bulk user at a time. i will add that class soon here. Thanks Best Regards On Fri, May 9, 2014 at 3:51 PM, Morten Olav Hansen wrote: > Just wanted to mention that we are no