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

How to add resource files to Talend project?

I am looking for a way to add a resource file, that will be deployed with the code and can be accessed from Talend component.
For example:
I have some kind of configuration that I can save a file delimiter.
I would like to add the file to the project and be able to read it using tFileInputDelimited component after I export job scripts.
Is there a way to do it?
If not is there an alternative way like using tRowGenerator?
Thanks
Labels (2)
3 Replies
Anonymous
Not applicable
Author

Hello
Where does your resource file locate? Would you like to set the file path to Talend job dynamically?
Best regards

shong
Anonymous
Not applicable
Author

I would like to have the file as part of the Talend project, and have it packed with the code as part of export job scripts.
For example if I change to Navigator I can add a file directly under the project home folder but this is not good enough because this is not being included in the export job scripts operation
_AnonymousUser
Specialist III
Specialist III

Any suggestion to this issue?