Skip to content

Exporting assembly references for standard blocks

The export provides an overview showing where each standard block is used.

You can specify whether the timestamps appear in the output in local time format or in UTC.

Settings for the ExportModule

In addition to the keys described in the Parameter file section, the parameter file can also contain the following keys specifically for this export.

Key Description Value
UTC Specifies whether timestamps are to be output in local time format or in UTC. Y: Timestamps are output in UTC (default value).
N: Timestamps are output in local time format.

Example call

VDogAutoExport.exe "/rd:D:\vdClientArchive" "/CFile:D:\Test\StandardLibraryManagement.ini"

Parameter file StandardLibraryManagement.ini

[Common]
ReportType=StandardLibraryManagement
ExportFile=D:\Test\StandardLibraryManagement.csv

[User]
Account={User}
Password={Password}

Output file

The export can be generated in either CSV or JSON format, depending on your selected output option.

The CSV output file contains the following columns.

Column Description
State Indicates whether a standard block is installed or not.
Values: 0 = Not installed, 1 = Installed
StdLibComponent Relative path to the standard library component
StdLibCurrentVersion Current version of the standard library component
StdLibObj Name of the installed object in the standard library component
StdLibProject Name of the project in the standard library component
StdLibVersion Version of the standard library component when it was installed
StdLibVersionUserDefined User-defined version of the standard library component when it was built
StdLibComponentId ID of the standard library component
StdLibObjVersion Version of the object of the standard library component when it was built
StdLibObjCurrentVersion Current version of the object of the standard library component
PrjComponent Relative path to the project component
PrjCurrentVersion Current version of the project component
PrjObj Name of the installed object in the project component
PrjProject Name of the project in the project component
PrjVersion Version of the project component when it was built
PrjVersionUserDefined User-defined version of the project component when it was built
PrjComponentId ID of the project component
CompareClass Compare class
TimeStamp Timestamp (UTC) of the time at which the standard library component was installed

Related topics