Hi,
it seems that the 'Execute a Process' step in transformations can't handle pipes - or maybe I don't know how to make it handle pipes. Consider this example:
The process field contains the value "echo 'test' | base64". I would expect for the base64 encoded string to show up in the result field. However, I get "'test' | base64" in the results field. Any suggestion how I can get the actual final output of the piping in the results field?
Thanks,
Rupert
example.ktr
it seems that the 'Execute a Process' step in transformations can't handle pipes - or maybe I don't know how to make it handle pipes. Consider this example:
The process field contains the value "echo 'test' | base64". I would expect for the base64 encoded string to show up in the result field. However, I get "'test' | base64" in the results field. Any suggestion how I can get the actual final output of the piping in the results field?
Thanks,
Rupert
example.ktr