Sidebar

Can I use the current date in a Destination File Name

0 votes
824 views
asked Jul 22, 2013 by brandon-w-8204 (33,270 points)
retagged Sep 24, 2015 by amanda-w-3695
I would like to use a date and or  time in the file name on my Desination Node. Is there a way to do this.

2 Answers

0 votes
 
Best answer
You can use Node Tags in the file output.

For example C:\HL7\In\PDF\PF_{SYSTEM_DATE[yyyy-MM-dd]}.txt would name the file PF_2013-07-22.txt.

You can also use the other node tags such as {PID-2}.txt and the file would be named the "value of PID-3".txt.
answered Jul 22, 2013 by brandon-w-8204 (33,270 points)
asked Jan 23, 2014 by (170 points) how can I write an FTP path: with a system node tag?
...