Utility - exportChangeTracking
Utility - exportChangeTracking
Description :
This command exports the change tracking information for the latest run of a Snapshot Job. The change tracking information includes a descriptive list of the changes that occurred between the last snapshot and this snapshot.
This command exports the change tracking information to a file. You can save the results in HTML or CSV format.
To execute this command, the BLCLI user's role must have the following authorizations:
- SnapshotJob.Read authorization for the job producing the change tracking information.
- JobFolder.Read authorization for the job folder containing the Snapshot Job.
Return type : java.lang.Void
Command Input :
Variable Name | Variable Type | Description |
---|---|---|
jobGroupName | String | Fully qualified job group where the Snapshot Job is stored. |
jobName | String | Name of the Snapshot Job whose change tracking information you want to export. |
exportFileName | String | Name of the file into which you want to export the change tracking information. |
exportType | String | Format for saving exported results (CSV or HTML). |
Example
The following example shows how to export the change tracking information from the latest run of a Snapshot Job.
Script
Utility exportChangeTracking "/sampleJobGroup" "sampleJob" "C:/temp/sampleJobResult.csv" "CSV"