PCB Matrix Format
by Numerical Innovations, Inc. (www.numericalinnovations.com)
ZIP array

MATRIX Array Level: 1

The ZIP array imports any compressed file, and attempts to import by determining the file format type.

Fields in the ZIP array
Description
NAME=JOBNAME The name of the job to create. This will be directly referenced in other arrays such as PANEL and ADD.
FILE Path to the compressed file. The path may be either Absolute or Relative.

Example: The matrix example below will load 2 ZIP files.

XML example:

<ZIP>
<NAME>job</NAME>
<FILE>@zipped_file</FILE>
</ZIP>
<ZIP>
<FILE>/opt/MergeFolder/myODBFile.zip</FILE>
</ZIP>