The IMDMF7 Packager gathers the entire export set (database,
images) into a single ZIP file. This feature simplifies the task of
uploading small to medium-sized (less than 2 gigabytes) export sets
from the source to the destination site. At the destination site,
the packager handles the task of separating the database and the
images prior to adding them to the destination database.
For sites that will be SENDING (exporting) documents, the
MatchOption and MatchExp options control which documents qualify to
be exported. MatchOption selects the filter logic to be used and
MatchExp provides the conditions or file name to be used.
MatchOption=1 Documents will be selected based on internal
field "STATUS" being blank. No other logic is used to determine
whether a document should be exported.
MatchOption=2 Documents will be selected based on the
user-defined expression specified in MatchExp. For each vMedia
document, if the expression evaluates to a logical TRUE, then the
document will be exported, otherwise the document will not be
exported.
MatchOption=3 Documents will be selected based on the
matching index field values contained in an external delimited text
file. MatchExp should be set to the fully-qualified path and file
name of the text file to be parsed.
Any fields in the vMedia database that contain valid data can be
used.
The text file must be formatted as follows:
* Row 1, contains information about what field and condition
will be used to match documents.
* Supported, TAG tag name - index tag to use for the SEEK
match.
* Row 2..n, data records containing values to match.
As an example, if you were to use a text file that contained
matching file numbers, it would be used in the following
format:
TAG FILENO
12345
65431
432...
etc.