Is there a better way to write date time in YYYYMDDHHMMSS format in a text file using "Write to File" than doing the whole transformation to get System info etc to just get that value? Here is what I've tried
1) Adding a new entry "Datenow" in "set variable" using NOW/ TODAY() /getDate() as value - none of which worked while writing ${Datenow} in file.
2) Using Kettle.Properties to set a variable Datenow and trying to write ${Datenow}
All I want to do is create a text file using data from another file and then add the date in the above format inside the file.
1) Adding a new entry "Datenow" in "set variable" using NOW/ TODAY() /getDate() as value - none of which worked while writing ${Datenow} in file.
2) Using Kettle.Properties to set a variable Datenow and trying to write ${Datenow}
All I want to do is create a text file using data from another file and then add the date in the above format inside the file.