Skip to main content

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.

Got the result I was looking for. Thanks.


Hi ​@sumisha !

Try naming your output file like this:

 

YourFileName_${processing.start:YYYY-MM-dd_HH.mm.ss}.csv

 

Hope this works for you!