evimportav

This command imports sets of allowed values (parent-child values) from a file into the ExtraView database.

SYNOPSIS

evimportav -file av_filename -area area_id -project project_id -parent parent_field_name -child child_field_name

NOTES

-file av_filename specifies the name of the file containing the allowed value combinations. The file to be imported is tab-delimited and is similar to the following example:

parent_value1      child_value1
parent_value1      child_value2
parent_value2      child_value3
parent_value2      child_value4

-area area_id specifies the area_id into which the allowed values will be imported

-project project_id specifies the project_id into which the allowed values will be imported

-parent parent_field_name specifies the data dictionary name of the parent field which has the allowed value relationship with the specified child

-child child_field_name specifies the data dictionary name of the child field which has the allowed value relationship with the specified parent.