Skip to content

Exporting components with linked standard libraries

The export contains an overview of the components that are linked to standard libraries.

Example call of the ExportModule

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

Parameter file ComponentsWithStdLibAssignments.ini

[Common]
ReportType=ComponentsWithStdLibAssignments
ExportFile=D:\Test\ComponentsWithStdLibAssignments.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
Component ID Component ID
Component path Path of the component in the Project tree
StdLib ID ID of the standard library component
StdLib path Path of the standard library component in the Project tree

Related topics