Search This Blog

Tuesday, 9 April 2013

Warning : APT_CombinedOperatorController(1),0: Data string 'yyyymmdd' does not match format '%yyyy%mm%dd': an integer was expected to match tag %yyyy.


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")

5 comments:

  1. if string is in '02-04-2015' format then please ??

    ReplyDelete
  2. error is
    Data 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

    ReplyDelete
    Replies
    1. Its should be mostly StringToDate(“String”,"%dd%-mm%-yyyy")

      Delete
  3. APT_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.

    Please me on above error

    ReplyDelete
  4. 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

Popular Posts