1.2k questions

1.4k answers

361 comments

339 users

Categories

Sidebar
0 votes
1.0K views
by brandon-w-8204 (34.1k points)
retagged 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.
by brandon-w-8204 (34.1k points)
asked Jan 23, 2014 by (170 points) how can I write an FTP path: with a system node tag?
...