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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] Is it possible to add plain text file when I build Talend Job

Hi Gurus,
I would like to know is there any way to package a plain text file when I build the Talend job.
Thanks,
Sanket.
Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi,
So far, Talend don't support for packaging a plain text file when building the Talend job in studio.
Could you please take a look at a related forum: https://community.talend.com/t5/Design-and-Development/resolved-Where-to-keep-the-dependency-externa... to see if it is OK with you?
Best regards
Sabrina

View solution in original post

4 Replies
Anonymous
Not applicable
Author

Hi,
So far, it's not possible to build job with input file. Did you want to execute your job in another system?
Best regards
Sabrina
Anonymous
Not applicable
Author

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.
Anonymous
Not applicable
Author

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.
Anonymous
Not applicable
Author

Hi,
So far, Talend don't support for packaging a plain text file when building the Talend job in studio.
Could you please take a look at a related forum: https://community.talend.com/t5/Design-and-Development/resolved-Where-to-keep-the-dependency-externa... to see if it is OK with you?
Best regards
Sabrina