...
isx: path to an ISX archive or directory containing archives
user: DataStage user to credit changes to
transforms: path to a YAML-format Recipe file describing transforms the changes to perform
Example
Assume the following:
getmsg.isx
contains a parallel routine Parallel Routine definition with containing the targetfilepath
string we wish to be replacedreplceu915264
is the valid DataStage user that should be credited we wish to credit for the last save in the routine definitionFile Recipe file
changeLibFileInfo.yml
contains:Code Block - transform: SearchAndReplace xpath: /[contains(name(),'DSRoutineSDO')]/@modulePath searchString: /usr/local/dstage/[A-Za-z0-9_]/Routine/([A-Za-z0-9_]*).o replaceString: /usr/local/dstage/cplusplus/routines/$1.so
...