Run (for ImportSpecs)
Use this command to read a text file containing a series of commands and execute them in sequence.
Syntax
RUN IMPORT ImportSpecFile TO ObjectName
where:
- ImportSpecFile is the .lvimp file that contains the definition of the import to be performed. It can include a complete or partial folder path in the format C:\...\ImportSpecFile. If ImportSpecFile includes spaces, enclose it in double quotation marks; for example:
"C:\My Documents\My Import Spec.lvimp"
Note: If the document is in the same location as lv_af.exe, you do not need to specify the drive or path.
- ObjectName is the name of a DataArea or a DataTable object.
Syntax example
RUN IMPORT TEST\EXPORT\EXPORT.lvimp TO DA1
See also