openMF / DataImportTool

An Excel-based tool created using Apache POI to import your existing data into the MifosX platform through REST calls.
16 stars 84 forks source link

Data Import Tool can't take Decimal Values #50

Open santoshconflux opened 7 years ago

santoshconflux commented 7 years ago

In Excel sheet, if you provide Principal or Interest as decimal values, for example, Principal value of 5000.30 and Interest value as 5.25%, It takes them as normal integers like 5000 and 5%. Data import Tool excel sheet should support decimal numbers.