Hello,
I have a table, in all columns are strings. I need to do a test for several columns in this table, which determine empty columns. I need to identify empty columns because of the next steps in my workflow.
I think that a good solution of my problem can be the node “java snippet” and the nodes “if switch” “end if”. But I have defined if condition unsuccessfully in the “java snippet” node because I do not know the java language. Please help me with the definition of the If condition.
I need e.g.
if the column is empty, activate the top port of the “if switch” node
If the column is not empty, activate the bottom port of the “if switch” node
Thank you so much for your advice and help
Thillia