1. flow

   property file --> filter --> select values --> table input

 

   위와 같이 file에서 변수를 읽어 table input에 값으로 전달시 아래와 같이 쿼리를 수행하여 변수 처리

   select * from test 

   WHERE id.name = ?;

 

 

'RDB > ETL' 카테고리의 다른 글

PDL transformation 반복 사용  (0) 2020.09.08
PDI db 데이터 처리 로직  (0) 2020.09.02
PDI java code json  (0) 2020.08.29
PDI home 환경  (1) 2020.08.19
PDI 변수 지정  (0) 2020.08.18

+ Recent posts