79251506

Date: 2024-12-04 14:18:50
Score: 1
Natty:
Report link

Since you mentionned "true" is a string, try this : "true".equals(input_row.actual)

If "input_row.actual" contains Null values, your job will throw a NullPointerException

Also check if input_row.actual equals "TRUE" or "True" because equals is case sensitive

If it still doesnt work add a tJavaRow component and try to log the value with System.out.println("Value of row: " + input_row.actual);

Reasons:
  • Blacklisted phrase (1): doesnt work
  • Whitelisted phrase (-1): try this
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Seka