Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi guys,
I was like 5 hours googling and searching that on forums (ask is the last option):
I have a context where I have a few variables and I want to fill them with a properties file when job runs.
I have got a "tFileInputDelimiter" joined to a "tContextLoad" with the "Print operations" checkbox checked for debug reasons. Where I run the job the execution console shows like the subjob worked and the variables filled, but, when I use anyone of them, it returns a null value.
I have got a tJava to show the value with:
System.out.println((globalMap.get("NUM_CONNS")));
I am a very newbie in this tool and that can be a newbie problem too, but I was a lot of hours searching for it.
I am using Talend 5.4.1 version.
Hope you can help me.
Thank you.