An Azure service for ingesting, preparing, and transforming data at scale.
derived column pattern
arkiboys
9,711
Reputation points
Hello,
What is wrong with this value expression?
The error is:
'Config#lookup' at parameter '1' expects 'string' type of argument
iif( (toDate(toString(byName($0)),Config#lookup($0).SourceFormat)) < (toDate('2010-01-01')) ,"Fail","Pass")
Note, there is no differentce in the error message if I use $$ instead of $0
Thank you
Azure Data Factory
Azure Data Factory
Sign in to answer