Hi,
I use Reformat to assign NULL value to Date field type, but it is show error.
I write as below;
$out.0.D_DATE = iif($in.0.ACCOUNT!=‘’,str2date(getParamValue(“PCSDT”),“yyyyMMdd”),null);
the error show as below;
--------------------------------- Error details ----------------------------------
Component [Reformat:REFORMAT4] finished with status ERROR.
Message: Transform failed!
Interpreter runtime exception on line 6 column 5
D_DATE has incorrect default value
----------------------------------------------------------------------------------
Please help advise, how to set null value to Date field type.
Thank you