*registerimporttemplate()

Registers an import template.

Syntax

*registerimporttemplate(filename)

Type

hm.cfg Commands

Description

Registers an import template.

Inputs

filename
The name and path of the import template to register. This value must be enclosed in quotes.

Example

To register some of the import template in the templates directory:
home = getenv("TEMPLATES_DIR")
*registerimporttemplate("{home + "/import/tab.tpl"}")
*registerexternalreader("{home + "/import/wingz2_dif.tpl"}")
*registerexternalreader("{home + "/import/excel2_dif_tpl"}")