The
generate-dval-id-mappings
task generates dimension value
ID mappings from the Forge output data.
forge2cas-cmd generate-dval-id-mappings -s SourceLocation -n ApplicationName [-o OutputLocation] forge2cas-cmd generate-dval-id-mappings --source SourceLocation --appName ApplicationName [-output OutputLocation]
Where:
-s
(or--source
) specifies the source location containing the Forge output files. This location is given as input to the utility. Required.Note
If some of the files inside the forge output location specified by the
-s
option are in gzip zipped format, the utility unzips the files before processing.-n
(or--appName
) specifies the name of the Guided Search Forge application. The utility identifies and parses the required configuration files from the source location using this application name. Required.-o
(or--output
) specifies output location for transformed cas-input files. Optional.Note
If the output directory specified by
-o
exists, the transformed files are copied to that location. If the directory specified by the-o
option does not exist, the utility creates the complete parent directory structure before copying the files to the output directory. If the output directory is not specified, a new folder, cas-input, is created inside the source location and the transformed files are copied to that folder.