2016-12-14 2 views
0

Informatica Powercenter는 명령 줄에서 해당 기능을 테스트 할 수 있습니까? 예 : md5 ('someval')의 결과를 테스트하고 싶습니다.명령 줄 Powercenter 테스트 도구

저는 Linux 환경에서 Informatica를 사용하고 있습니다.

답변

0

Informatica에 테스트 할 기능이 있는지 확실하지 않지만 md5sum 명령을 실행하려고 시도 했습니까?

예 md5sum이의 파일 이름 .txt d6d0bbcb172774893b04d48ce16242a4의 파일 이름 .txt

구문 및 옵션

md5sum [OPTION]… [FILE]… 

Short Option Long Option Option Description 
-b –binary read in binary mode 
-c –check read MD5 sums from the FILEs and check them 
-t –text read in text mode (default) 
–quiet don’t print OK for each successfully verified file 
–status don’t output anything, status code shows success 
-w –warn warn about improperly formatted checksum lines 
2

은 내가 아는 한 인포매티카 기능을 테스트하기 위해 그런 명령 줄 도구가 없다.

당신이 할 수있는 일은 디버거에서 매핑 (표현식 변환을 통한 유효한 매핑)을 실행하고 표현식을 단계적으로 실행하는 것입니다. 표현식 변환을 마우스 오른쪽 단추로 클릭하고 평가를 클릭하십시오. 평가 창에서 테스트 할 함수를 작성할 수 있습니다.