If you get the same or similar warning, check the format of the string used in the Stringtodate()/stringto timestamp() function.
The format is StringToDate(“String”,"%yyyy%mm%dd")
Where in the above case the string should be in the format e.g 20130304.
If your string is in the format ‘2013-03-04’ change the format pattern e.g StringToDate(“String”,"%yyyy%-mm%-dd")
if string is in '02-04-2015' format then please ??
ReplyDeleteerror is
ReplyDeleteData string '01-01-2015' does not match format '%yyyy-%mm-%dd %hh:%nn:%ss': the value for tag %yyyy has fewer characters than expected.
please help
Its should be mostly StringToDate(“String”,"%dd%-mm%-yyyy")
DeleteAPT_CombinedOperatorController,1: Exception caught in processingInputRecord() for input "0": APT_Decimal::ErrorBase: From: the source decimal has even precision, but non-zero in the leading nybble, or is too large for the destination decimal... Record dropped. Create a reject link to save the record if needed.
ReplyDeletePlease me on above error
does not match format '%hh:%nn:%ss': an integer was expected to match tag %nn. Can you help me with this, my data is in the format of 00:10:52
ReplyDelete