How to pass value from outside in talend
Answer / Hitesh Pandey
Passing values into Talend jobs from outside can be done through various means, such as command-line arguments or by configuring properties files. Here's an outline of how to use command-line arguments:
1. Configure the job to accept command-line arguments in the Job Preferences panel.
2. In your job, add a Start Job component and configure it to accept command-line arguments using the 'Arguments' parameter.
3. Run the job from the Talend command line or through the command prompt, providing the necessary arguments.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can you access global and context variable?
How to schedule a talend job?
Why talend when there are many other etl tools available?
How can you store job logs using AMC?
When was Talend tool launched?
Explain talend architecture?
What is tMap?
How to pass value from outside in talend
What are the operations which tmap follow?
How can one schedule a job in talend?
How many run modes are there in Talend?
How to execute a Talend Job remotely?