josehernandezfintecheandomx commented on code in PR #2783:
URL: https://github.com/apache/fineract/pull/2783#discussion_r1039887260


##########
fineract-provider/src/main/java/org/apache/fineract/infrastructure/bulkimport/importhandler/client/ClientPersonImportHandler.java:
##########
@@ -95,7 +97,7 @@ private ClientData readClient(final Workbook workbook, final 
Row row, final Stri
         if (staffId == 0L) {
             staffId = null;
         }
-        String externalId = 
ImportHandlerUtils.readAsString(ClientPersonConstants.EXTERNAL_ID_COL, row);
+        ExternalId externalId = 
ExternalIdFactory.produce(ImportHandlerUtils.readAsString(ClientPersonConstants.EXTERNAL_ID_COL,
 row));

Review Comment:
   Done



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to