Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
FMartellucci1599461942
Contributor III
Contributor III

bug ? tAdvancedFileOutputXML with name file dynamic , always return null

Hey people,

i cant use the tAdvancedFileOutputXML with filename dynamic (ex : globlalMap.get, or row17.xxxxx);

i see all my variables for my filename with the logRow, but into filename in this component, dont work

work only with hard coding file name "toto.xml"

((String)globalMap.get("tFileList_4_CURRENT_FILEDIRECTORY")) + "/" + "toto.xml" works

((String)globalMap.get("tFileList_4_CURRENT_FILEDIRECTORY")) + "/" + variablexxxx not works

and into variablexxx are correctly "returnFileName.xml"

im on Talend DI Enterprise 7.2.1.20190620_1446

why

Labels (2)
1 Reply
pakapi_
Creator
Creator

Hi,

 

please, paste here your job example. What error you are getting ?

 

I've just made a simple example, and it works fine. Xml filename is: "D:/"+((String)globalMap.get("filename"))0693p000009sYyuAAE.png