Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi
how can i pass String in active express Builder ?
am doing like this
am not getting any output.
I belive that your not sure about your data what you have it wil work with row1.DeviceId.equals("LAB0115ANS3131") or row1.DeviceId.startsWith("LAB0115AN3131") or row1.DeviceID.contains("LAB1216AN3012").
could you please share sample data in excel ,i will provide you a job export.
try using single quotes so row1.DeviceID.equals('LAB0115AN3131') or row1.DeviceID = 'LAB0115AN3131'
I think it has something to do with The map generation of sql scripts and how the columns where created. I noticed when I created columns in oracle sql that when I used quotes it wouldn't work since the tmap query doesn't use quotes to select the columns. I resolved this by creating my columns without quotes using SQL developer. I think you are encountering something similar.