Thursday, March 5, 2015

Loading context values from ini files in Talend

Hi,
Sometime we need to load context values from some external .ini or .properties files.


Sample ini file content:
database=mydb
db_user=root
db_password=brij
db_host=localhost


Sample Job:




For the same we have tFileInputProperties component.
This component loads data from file.


For loading these data and into context we can use tContextLoad component.


No comments:

Post a Comment