Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
java.io.FileInputStream is2 = new java.io.FileInputStream(
"F:/Talend/5.3/Talend-Studio-r101418-V5.3.0NB/workspace/in.xlsx",
false);
globalMap.put("key", is2);
tFileInputXML
FileName/Stream value --> ((java.io.FileInputStream)globalMap.get("key"))
Hi,
I suspect something wrong with your java code
It seems that:java.io.FileInputStream is2 = new java.io.FileInputStream(
"F:/Talend/5.3/Talend-Studio-r101418-V5.3.0NB/workspace/in.xlsx",
false);
globalMap.put("key", is2);
tFileInputXML
FileName/Stream value --> ((java.io.FileInputStream)globalMap.get("key"))
Your job design is right, for things are working fine when you change it into local file.
Best regards
Sabrina