In the attached image, there is a LookUp transform where multiple keys (“281”, “713”, and “832”) are associated with the same value, “Houston.” From my understanding, this should be possible with the LookUp transform.
But, the description above to that transform says that, “this transform will throw an error, as duplicate key values are not allowed”.
I believe the transform will only throw an error for inputs that don’t match the given keys, since there is no default specified.
Yes, you are correct if the value didn’t match it will give an error. it required the default value then it will not throw the error.
If the value didn’t match then it will take default value.
So, my question is that, the description given to that is missing something correct?
I think duplicate values shouldn’t be a problem. But still, the description is slightly unclear right.