Hi All,
I have OS command like below , that returns a result 1 or 0 if the 'STRING' is present inside file , how can i use the outcome of the command in ODI to evaluate to proceed further with other steps , i means if the OS command returns 1 then proceed if it returns 0 then not to proceed .
$ grep -o -i STRING filename.txt | wc -l
Please help with your idea !