For my Rest services automation, I read the test data from an excel sheet. For certain scenarios, few of the fields will not have any value(blanks). This was working fine in Katalon 6.2.1. But the same is not working in Katalon 6.3.1.
For Example,
When FirstName is blank in the excel sheet,
In Katalon 6.2.1 , the field value is read as below,
FirstName =
In Katlaon 6.3.1, the same field value is read as below,
(Default) FirstName = com.kms.katalon.core.testdata.reader.SheetPOI@299266e2
Is there any work around to make it read as ‘blank’ rather than ‘com.kms.katalon.core.testdata.reader.SheetPOI@299266e2’