Hello. I am trying to create a workflow which runs DQC and send .csv file via email. And it works fine. Challenge is - I need to add current date in file name as well when it is sent via email. I need guidance on how to do that.
Thanks.
Hello. I am trying to create a workflow which runs DQC and send .csv file via email. And it works fine. Challenge is - I need to add current date in file name as well when it is sent via email. I need guidance on how to do that.
Thanks.
Best answer by dprevolsek
Hi
Try naming your output file like this:
YourFileName_${processing.start:YYYY-MM-dd_HH.mm.ss}.csv
Hope this works for you!
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.