I have a string variable that is created in a set variable activity - To_char(Add_months(Current_date(), -1), 'MMMM YYYY') - the output is "April 2017". In TDP 3.7 the file name would appear as "file name April 2017.xlsx" but in TDP 4.2 it appears as "file name 'April 2017'.xlsx" with single quotes around the month and year. In the file copy activity I have "file name #month#.xlsx" Should I not be using the # to set off the variable?
↧