Does Informatica Powercenter offer a way to test its functions on the command line? E.g., I would like to test the result of md5('someval').
I am using Informatica in a linux environment.
Does Informatica Powercenter offer a way to test its functions on the command line? E.g., I would like to test the result of md5('someval').
I am using Informatica in a linux environment.
On
As far as I know there is no such command line tool to test Informatica functions.
What you can do is, run a mapping (any valid mapping with an expression transformation) in debugger, step into an Expression. Right-click on the Expression transformation and click Evaluate. In the Evaluate window you can write any function to test.
I am not sure if Informatica has that function to test, but did you try to run the md5sum command ?
Example md5sum filename.txt d6d0bbcb172774893b04d48ce16242a4 filename.txt
Syntax and Options