Data360 Analyze

 View Only
  • 1.  Error in split and filter (is Not Null)

    Posted 07-29-2019 23:57

    I keep getting an error on my data flow when using a split or filter node to look for Null values on a date field.

     

    This is the error:

     

    “Split‎

     

    Error in node setup: java.lang.IllegalArgumentException: Cannot create PyString with non-byte value”

     

    The advanced script looks like this (though I am using just the drop down criteria to select the input field then the operator ‘Is Not Null’

     

    _cond = ( \

      ( \

        inputs[0][u'Fecha modificación'] is not Null \

      ) \

    )

     

    if _cond:

      outputs[0] += inputs[0]

    else:

      outputs[1] += inputs[0]

     

     

     



  • 2.  RE: Error in split and filter (is Not Null)

    Employee
    Posted 07-30-2019 04:10

    Per the response to your corresponding support ticket, we believe the issue was actually caused by the presence of the Euro symbol  €  in the name of another field in the data set.



  • 3.  RE: Error in split and filter (is Not Null)

    Posted 07-30-2019 04:14

    removing the € does not help - also as per my ticket this worked yesterday but not today.