Exporting the contents of the component log
The Componentlog export type allows you to export information about component Check-In and Check-Out, which is displayed in the UserClientin the Component log dialog.
The generated output for this export can be either a CSV or JSON file.
In addition to the keys described in the Parameter file section, there are also other keys (listed below), which can be used for this specific export type.
Section [Filter]
Key Values
FilterFrom
Start of the time period according to which entries are to be filtered (as a timestamp in UTC format).
To output only the differences to the last export, you can specify the value “LastExecution” here. Under this key, the timestamp of the last executed export is entered in the [Result] section.
FilterTo End of the period by which entries are to be filtered (as a timestamp in UTC format).
LastXDays Period (in days) after which entries are to be exported.
ComponentId Component ID used to filter the entries.
Example call:
Parameter file Componentlog.ini
[Common]
ReportType=Componentlog
ExportFile=D:TestComponentlog.csv
[Filter]
FilterFrom =`<2021-4-17T08:12Z>`
FilterTo=<2021-4-21T18:00Z
[User]
Account=
Password={Password}
List of attributes that can be found in the resulting file
Colum | Descriptio |
---|---|
Component i | Component I |
Component type | ID of the component typ |
Session i | ID of the sessio |
Timestamp (local | Timestamp (local time |
Timestamp (UTC | Timestamp (UTC |
Director | Component director |
Nam | Component nam |
Comman | Action performed on the specified versio |
User Nam | User nam |
Computer nam | Computer nam |
Versio | Version that has been checked in (only for lines of the component log where a Check-In has taken place) |
Version timestamp (local | Timestamp of the version (local time |
Version timestamp (UTC | Timestamp of the version (UTC |
Messag | Text of the message issued by the server for action |
Commen | Comment given when performing the respective action (for example, when changing the lock status) |
Server nam | Server nam |