Skip to main content
insightsoftware Documentation insightsoftware Documentation
{%article.title%}
Published:
Was this article helpful?
0 out of 0 found this helpful

Run (for ExportSpecs)

Use this command to write information to a file.

Syntax

RUN EXPORT ExportSpecFile ON ObjectName

where:

  • ExportSpecFile is the .lvexp file that contains the definition of the export to be performed. It can include a complete or partial folder path in the format C:\...\ExportSpecFile. If ExportSpecFile includes spaces, enclose it in double quotation marks; for example:

    "C:\My Documents\My Export Spec.lvexp"

    If the document is in the same location as lv_af.exe, you do not need to specify the drive or path. If the path specified does not exist, it will be created. The folder path can have a maximum length of 260 characters.

  • ObjectName is the name of a DataArea or a DataTable object.

Syntax example

RUN EXPORT TEST\EXPORT\EXPORT.lvexp ON DA1

See also

Published:

Run (for ExportSpecs)

Use this command to write information to a file.

Syntax

RUN EXPORT ExportSpecFile ON ObjectName

where:

  • ExportSpecFile is the .lvexp file that contains the definition of the export to be performed. It can include a complete or partial folder path in the format C:\...\ExportSpecFile. If ExportSpecFile includes spaces, enclose it in double quotation marks; for example:

    "C:\My Documents\My Export Spec.lvexp"

    If the document is in the same location as lv_af.exe, you do not need to specify the drive or path. If the path specified does not exist, it will be created. The folder path can have a maximum length of 260 characters.

  • ObjectName is the name of a DataArea or a DataTable object.

Syntax example

RUN EXPORT TEST\EXPORT\EXPORT.lvexp ON DA1

See also

For an optimal Community experience, Please view on Desktop