Installing Data Import Tool
Last updated
Last updated
Installing Data Import Tool
Note:- Data Import Tool will work with Mifos X - version from 1.26 to 15.03.
1.1 - Download & Install Git hub
1.2 - Download & Install Git Bash from: http://git-scm.com/downloads
1.3 - Downloading Gradle (Compatible version is 2.6)
From http://gradle.org/downloads
1.4 - Extracting downloaded Gradle to C:/
from https://github.com/openMF/dataimporttool
3.1 - Open git bash:
git clone https://github.com/openMF/DataImportTool.git
>> Right click and open new text file then paste 4.1 content below in it, now click on save button>>Rename .txt file to dataimport.properties
Tip: In folders and settings, make sure to enable folder extension.
4.1 - Update below provided details in the dataimport.properties file:
mifos.endpoint=https://localhost:8443/mifosng-provider/api/v1/ mifos.user.id=mifos mifos.password=password mifos.tenant.id=default
Note: If you are using Multi-tenant, then endpoint should be the same but tenant.id and respective credentials should be changed respectively.
Note: If the you are connecting to the demo server and want to use your tenant, for importing the data then it will be like this:-For example:- Tenant name is - xyzmfi, thenmifos.endpoint=https://demo.openmf.org/mifosng-provider/api/v1/mifos.user.id=<your username>mifos.password=<your password>mifos.tenant.id=xyzmfi
5.1 - Open Gitbash>> Go to:
cd DataImportTool
5.2 - Run:
gradle clean tomcatRunWar
5.3 - Once the server is started:
http://localhost:8070/DataImportTool
Note: Make sure Mifos X is running.
Also refer compatible software details:- Compatible Software
Reference Guide: https://github.com/openMF/DataImportTool
Page:Data Import Tool