Solved
Forum Discussion
5 Replies
No RepliesBe the first to reply
I am trying to use ‘in’ clause in a mapper snap. But it does not evaluate correctly.
30 in [30,40,50] ----> false
30 in [‘30’,‘4’,‘50’] ----> false
(x => x in [‘4’,‘5’,‘6’])(4) ----> false
Has anyone tried it already? Am I missing anything?
/discussions/pipelines/using-in-clause-in-a-mapper/13302