@LookupCsv dialog box

Barr EOM

Use this dialog box to configure the @LookupCsv function. This function looks up the value for a property in a comma separated values file. The value will be inserted in the document property you are configuring.

Once created, the function command syntax is as follows,

@lookupCsv("path/resource",lookup data,key column name,data column name)

Click an option you want to learn more about.

@LookupCsv dialog

What do you want to do?


Path/Resource

Specifies how you want to locate the .csv file. You can use one of the following options:

Lookup data

Specifies the data you are looking up, this could be data from another document property or the results of an @parse function.

Key column name

Specifies the column name in your .csv file where EOM should look for a value that matches the data you entered in the Lookup data box.

Data column name

Specifies the column name in your .csv file that contains the data you want inserted into the document property.