Hello, I'm trying to figure out in which way I have to map the entries in an ETL Metadata Injection transform to activate a Stream lookup in the "injected" pipeline.
Since the ETL descriptions don't match with the "normal" GUI ones, I tried to populate the fields in the following way: - The fields in the input stream to use to look up values: name of the field in the main table whose values need to be searched in the lookup table - The fields in the input to use to look up values: name of the field in the lookup table whose values have to match with those in the main table - Return these field values from the lookup: name of the field in the lookup table that will be joined to the main table, using the lookup match - The type for the default value: initially I didn't set a value for this row, but the transform fails due to an ArrayIndexOutOfBoundsException (it was trying to get an element with index 0 in an array of zero elements). I then tried to set "String" as a constant value, but in this way the transform fails because it's expecting an integer value (NumberFormatException): what has to be inserted in this row? Is there any documentation on how to use Metadata Injection for this particular component (the official documentation states only that the injection is possible but doesn't explain how to do that). Thanks for any support :) DC
