Skip to content

qDAR CLI ADF Merge v2.0.3

Compare
Choose a tag to compare
@HossamT HossamT released this 09 Sep 18:48
· 88 commits to master since this release

Requirements

  • Java 8
  • Terminal Access

CLI Tool to merge ADF files
Files must be mergeable:

  • Generated using the same configuration
  • Generated by compatible CLI versions
  • Generated by CLI using the same MQE version

Environment

Since ADFs are encrypted, access to the encryption keys is necessary in order to read and merge ADFs, the following environment variables need to be set before running the CLI

  • QDAR_ADF_JKS_PATH
  • QDAR_ADF_JKS_PASSWORD
  • QDAR_ADF_KEY_ALIAS
  • QDAR_ADF_KEY_PASSWORD

Usage

usage: Data At Rest Quality ADF Merge Tool
 -d,--destination <arg>   File Destination
 -f,--files <arg>         Column separated file paths
 -help     

Example Usage

> java -jar ./qdar-merge-cli.jar -files=PATH_FILE_1:PATH_FILE_2 -d=merged.adf