Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have created a job in Talend studio. It creates xls file in windows machine. Before I deploy it on Talend job server how to set UNC path for the file?
Finally, after research, I am able to do it.
I have set generic file path to System.getProperty("user.dir"). It will work irrespective of any environment.
I am able to set path dynamically using context.
Talend studio is installed on windows platform. XLS file in generated in the report folder "C:/Report/xyz.xls"
If I deploy job and execute on job server I will need to create folder name report in Linux environment.
Is it good practice to create folders on job server?
Finally, after research, I am able to do it.
I have set generic file path to System.getProperty("user.dir"). It will work irrespective of any environment.