Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I need to filter a MySQL table to 1. exclude a field name in one column and 2. pass rows that contain permutations of keywords that occur within a string in multiple other columns.
Using tMySQLInput --> tMap --> tMySQLInput with !row1.CAT1.equals("IT") in an input expression I have succeeded with goal 1.
[list=*]
[list=*]
I am new to Java coding so any best practices/advice/code would be greatly appreciated. Thank you for the help, I have learned a lot from this community.