[resolved] Pass Input /output file path as parameters
Hi,
I have created a simple job which reads from one file and inserts into DB table.
I am calling this job from java.
I want to give
Input/output file path ,
db connection details at runtime(Pass as
parameters to make my job more dynamic)
I read few articles about this and they were saying use context variables but wasn't quite clear.