Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
TharunJoshi
Contributor III
Contributor III

Exporting a Job script and executing it outside of Talend Studio and changing a file path

Hi,
Here is my question I have a job where I'm fetching an Excel file from SharePoint. Now i built a job and exported it to outside of talend environment it ran successfully. After few days if the file location from SharePoint to some FTP location has given how to change it in the BUILD JOB(outside talend environment).I hope question is clear
thanks
Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hello,

Are you using a context variable defined for the initial filepath? If so, you should be able to append onto the invoking command for the bat (or sh) file: talendjob.bat --context_param configurationPath={path to config}

Best regards

Sabrina

View solution in original post

2 Replies
Anonymous
Not applicable

Hello,

Are you using a context variable defined for the initial filepath? If so, you should be able to append onto the invoking command for the bat (or sh) file: talendjob.bat --context_param configurationPath={path to config}

Best regards

Sabrina

TharunJoshi
Contributor III
Contributor III
Author

Hello,
No I'm not using connect variable if I use this way will this be sorted if yes where should I do it, is it in the batch file or talend environment again