Skip to main content
Solved

Timestamp in file name

  • August 5, 2025
  • 2 replies
  • 37 views

Forum|alt.badge.img

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 ​@sumisha !

Try naming your output file like this:

 

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

 

Hope this works for you!

2 replies

Forum|alt.badge.img
  • Author
  • Data Pioneer
  • 30 replies
  • August 5, 2025

Got the result I was looking for. Thanks.


Forum|alt.badge.img+1
  • Space Explorer
  • 3 replies
  • Answer
  • August 5, 2025

Hi ​@sumisha !

Try naming your output file like this:

 

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

 

Hope this works for you!