7.4

Table Of Contents
Processing
The task parses each level of the metadata and, for each field of the specified name it finds, a lookup is made. If a field of the
same name appears on multiple levels, the lookup will happen for all fields, on all levels, individually.
Output
The original data file is unchanged. Metadata is updated according to the specified criteria.
Task Properties
General Tab
l Excel group
l Excel workbook:The full path and filename of a Microsoft® Excel® workbook (.xls or .xslx file). You can use
the Browse button on the right to browse to the file on your computer.
l Excel worksheet:The name of the worksheet you want to use. Once a workbook is open, this drop-down will
automatically list all the available worksheets.
l Refresh button:If you have modified the original Microsoft® Excel® workbook to add a sheet, click this but-
ton to refresh the list of worksheets.
l Metadata group
l Lookup Field:The name of the metadata field that will be used to determine which row should be returned.
The Metadata field can be on any level.
l Lookup Column:The name of the column in the Microsoft® Excel® worksheet that corresponds to the con-
tents of the Lookup Field.
l Action:What to do with the resulting data from the Microsoft® Excel® worksheet. This can be:
l Add Field:Creates a new field with the data. This may cause multiple fields to be created.
l Replace field value:Replaces any existing field with the new content. Only the last result will be dis-
played. If the field does not exist, it will create it.
l Append field value:Ads the data to the existing field within the same one. No "separator"is added. If
the field does not exist, it will create it.
l Result Field:The metadata field name in which the result should be stored. This field will appear in the same
metadata level as the Lookup Field.
l Result Column:The name of the column where the information you want to retrieve is located. For example,
this could be a client email or full name.
l
Button:Ads a new lookup line. You can have as many lines as you want. The lines will be executed in order
from top to bottom, so you can rely on a previous line to bring additional information.
l
Button:Removes the currently selected (highlighted) line.
l
Button:Moves the currently selected line up one place.
l
Button:Moves the currently selected line down one place.
l Search option group
l Match case:Will force the lookup column names to be in exactly the same case as the Lookup column name.
This means if you type in "CustomerID"in the lookup column and the actual column is named "customerid", it
would not return any result.
On Error Tab
The On Error Tab is common to all tasks. Details can be found on Task Properties Dialog.
If storing the message or ID, if they are store in a jobinfo they will be available in any error handling process where errors are
being forwarded. In all cases, if your process continues after the error, the contents of the variables selected in this window
will be available for the rest of your process, or whenever they are overwritten.
Common Errors