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
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