Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Does anyone have any pointers on how I can accomplish this in Talend?
row1.CT.equals(row1.Cusip)?'C':(row1.CF.equals(row1.Cusip)?'D':other Value or null)
row1.CT==row1.Cusip)?'C':(row1.CF==row1.Cusip?'D':other Value or null)