{"id":25144523,"url":"https://github.com/openmf/dataimporttool","last_synced_at":"2026-03-04T03:02:06.824Z","repository":{"id":12244446,"uuid":"14857937","full_name":"openMF/DataImportTool","owner":"openMF","description":"An Excel-based tool created using Apache POI to import your existing data into the MifosX platform through REST calls.","archived":false,"fork":false,"pushed_at":"2023-12-15T17:57:57.000Z","size":1399,"stargazers_count":16,"open_issues_count":16,"forks_count":85,"subscribers_count":9,"default_branch":"develop","last_synced_at":"2025-04-28T11:21:33.700Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openMF.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2013-12-02T09:22:43.000Z","updated_at":"2024-04-09T12:52:09.000Z","dependencies_parsed_at":"2025-04-28T11:20:58.767Z","dependency_job_id":"51b81a27-b3ea-4924-b6b7-7e901e055d9f","html_url":"https://github.com/openMF/DataImportTool","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/openMF/DataImportTool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openMF%2FDataImportTool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openMF%2FDataImportTool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openMF%2FDataImportTool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openMF%2FDataImportTool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openMF","download_url":"https://codeload.github.com/openMF/DataImportTool/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openMF%2FDataImportTool/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30070479,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T01:03:42.280Z","status":"online","status_checked_at":"2026-03-04T02:00:07.464Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-08T19:46:38.770Z","updated_at":"2026-03-04T03:02:06.809Z","avatar_url":"https://github.com/openMF.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"Data Import Tool\n================\n\n[![Join the chat at https://gitter.im/openMF/DataImportTool](https://badges.gitter.im/openMF/DataImportTool.svg)](https://gitter.im/openMF/DataImportTool?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\nGenerating Excel Templates and Importing Bulk Data - Using simple servlet and Apache POI.\n\nBuild Status\n============\n\nTravis\n\n[![Build\nStatus](https://travis-ci.org/avikganguly01/DataImportTool.png?branch=master)](https://travis-ci.org/avikganguly01/DataImportTool)\n\nSetup Instructions\n==================\n\n1. Before you run the application, you need to have gradle installed and create a file dataimport.properties directly under your home directory. It should have the following 4 parameters:-\n\n  mifos.endpoint=https://demo.openmf.org/fineract-provider/api/v1/  \n  mifos.user.id=mifos  \n  mifos.password=password  \n  mifos.tenant.id=default  \n  \n  sample file is at https://github.com/openMF/DataImportTool/blob/develop/dataimport.properties\n\n2. Use the command \"gradle clean tomcatRunWar\" to run the application and access it at localhost:8070/DataImportTool.\n\n3. If you are hosting the data import tool in the cloud, you need to ssh into the system to create the dataimport.properties file.\n\nNote :- Default gradlew config will allow you to remote debug on port 8006.\n\nTroubleshooting\n===============\n\n1. If you are hosting both this tool and the backend in the same system, you can change the debug port in gradlew.bat under mifosng-provider to listen in on a different port instead of 8005:-  set DEFAULT_JVM_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,address=8006,server=y,suspend=n\n\n2. If you accidentally run out of heap size when running both in the same system, make sure your \\_JAVA_OPTIONS in Environment variables is set to -Xms512m -Xmx512m -XX:MaxPermSize=512m and it is getting picked up by gradle.\n\n\n\nTo Dos\n======\n\n1. Transaction support for group loans and group savings -\u003e (Blocker) Can't find an endpoint which returns all loan accounts or all loan accounts associated with groups. /loans returns only individual loans.\n2. Better workbook populator unit tests which will use FormulaEvaluator to evaluate if the data validation formulas and in-cell formulas embedded as Strings are not broken due to shifting of columns.\n3. Minor improvements to group related features once the release is stable (like sync repayments with meetings).\n\nDev Setup\n=========\n1. Eclipsify using command gradle clean cleanEclipse eclipse\n2. Import into project into workspace\nWhen opened, in the package explorer of the java perspective, right-click import-\u003eGeneral-\u003eExisting projects into workspace. In the dialog that opens, specify the root directory option by browsing to and selecting the DataImportTool directory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenmf%2Fdataimporttool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenmf%2Fdataimporttool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenmf%2Fdataimporttool/lists"}