ZMAP Z-MAP Grid File Import Automation Options

Since the Import Options dialog is not displayed when the program is driven from an automation script, an options string can be specified in the script. The string consists of comma-separated parameters, which specify the behavior of the various import options. A typical example would be:

"Defaults=1,WhitespaceDelimiters=1"

This would first set all import options to their default values, then set the WhitespaceDelimiters option value to 1, which specifies white space as the data field delimiters.

Option

Action

Default

Description

WhitespaceDelimters

0 = Delimit data fields with fixed field width

1 = Delimit data fields with whitespace

""

Specifies how data fields are delimited upon import

DontSkipExtra

0 = skip any remaining fields on a line after the last field of a data column

1 = Don't skip remaining fields on a line after the last field of a data column

""

 

See Also

Import Options String

ZMAP Zmap Grid File Format

ZMap Import Options Dialog