Command EN Version 1.90

IMPORT IDF

Syntax

IMPORT IDF:import_file,idf_file;

Description

IMPORT IDF imports data from the file import_file into Notes documents in the current main database.
The structure and conversion of the data is specified in the IDF file idf_file.

Example:
DATABASE:data\testdb2.nsf;
DISPLAY TITLE;
IMPORT IDF:
e:\testdat\test3.dat,
"LOGON_C1-ENTWICKLUNG!!TEST_IMPORT_IDF3";

END;

Imports the data in the file e:\testdat\test3.dat into documents in the database data\testdb2.nsf.
The structure and conversion details are specified in the IDF document: "LOGON_C1-ENTWICKLUNG!!TEST_IMPORT_IDF3"