Hi,
I'm using readexcelsheetpaging() to read an excel, it has a blank row so I want to set stopReadingAtFirstBlankRow: false
But I got following error:
Expression evaluation error at function 'readexcelsheetpaging' [line 26]: The passed parameter(s) are of the wrong type. Received the type com.appiancorp.common.xml.JaxbConversionException: JAXB was not able to produce a value for typed value TypedValue[it=26,v=0] as java class java.lang.Integer.
But when I removed stopReadingAtFirstBlankRow it works fine.
Discussion posts and replies are publicly visible
fxzrqjzztrmy Pass stopReadingAtFirstBlankRow as 0 instead of false.Mostly it accepts 0 and 1 instead of false and true