Hi Sabrina, No, not in different system. I want to package and external text file just like the way we do in Java(like adding a file into JAR file). So, when I build the job that file should also be included in my build. Thanks, Sanket.
you can use ANT, build to package external files with Talend job. Export as build job, then use eclipse to create ANT build and add your external file to build.xml. hope this is what you are looking for.