hansva commented on issue #8243:
URL: https://github.com/apache/hop/issues/8243#issuecomment-5521652234

   I have taken a look, and it seems the Java Filter does not have access to 
row metadata, so this won't work either.
   And it seems like overkill to tell you to use JavaScript or a User-Defined 
Java Class.
   
   I am going to use this ticket to add those options to the Java Filter and 
maybe improve that transform a bit.
   Then you could write a condition using row information `!row.exists("GRUPO") 
|| "A".equals(row.getString("GRUPO"))` and other comparisons
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to