Hi!
I'm trying to insert the filename into my target table. Im using tFileInputDelimited and tmap.
In tmap i put in this in the expression editor:
((String)globalMap.get("tFileInputDelimited_1_CURRENT_FILE")), but only question marks are inserted into the tables.
Any thoughts on how to do this properly?
Thanks!
I have the same requirement and needs to get the current name of input. Lets say, input file name is a.txt. I want the output file name is a_output.txt. How can I do it? please help.