How to assign value from tMAP column to global variable ?
Hi, I am trying to assign the parsed string from tMAP as file name but getting null as output, How can I fix this issue ?
File_Name = "C:/users/Milind/ACARS/"+(String)globalMap.get("fltnum")+TalendDate.formatDate("yyyyMMddHHmmss", new Date()) + ".xls" where fltnum is defined as VAR in the tMAP ! Thanks, Milind
Hi,
I would suggest to read your file twice. First only to extract the filename (and store it into a context variable), than run an subjob (with onSubJobOk) which used the context variable to create the file.
Bye
Volker