Question

Is empty lookup table the same as non-matching lookup table in lookup transform?

What would be the result if no row redirection is configured?

  1. an empty result set or
  2. package failure at the lookup transform
Was it helpful?

Solution

You could get #2: Package failure. It would not be able to find the row in the lookup table (since it's empty).

Edit: I should say that if you set the Error Configuration to Ignore Failure, you will get an empty rowset.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top