Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have built my job for execution by creating the .bat file. I have a context variable defined for the initial filepath. Is there a way to take an input from the user for this context variable in the .bat execution.
At present this is what i see in the .bat file for the context variable.
-context=Default %*
Ideally i would like the user to update the .bat context variable with the file path. Is this possible ? If not how should i solve this problem.
Appreciate your input. Thanks!
Hi,
You should be able to append onto the invoking command for the bat (or sh) file:
talendjob.bat --context_param configurationPath={path to config}
Thanks
David
a solution is in your question only, you achieve this by passing context file path in your context default value
Hi,
You should be able to append onto the invoking command for the bat (or sh) file:
talendjob.bat --context_param configurationPath={path to config}
Thanks
David
Don't have an option prompt in TOS_BD 6.5.1