Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is it in Talend a symbol to write an "and" function like this?
row1.id>2&&row1.name.equals("John")
Is it in Talend a symbol to write an "and" function like this?
row1.id>2&&row1.name.equals("John")
Hello
Is it in Talend a symbol to write an "and" function like this?
Try '&&' for 'and', '||' for 'or', for example:row1.id>2&&row1.name.equals("John")
Best regards
shong