cancel
Showing results for 
Search instead for 
Did you mean: 

File Receiver Adapter - time stamp in front possible ?

Former Member
0 Kudos

Hi all together,

is it possible with the file receiver adapter to add a time stamp in front of the filename?

f.ex. <timestamp>_SUFFIX.dat

With file creation mode "use timestamp" and file name scheme

SUFFIX_.dat it will create

SUFFIX_<timestamp>.dat .

Thanx a lot for your help

regards

Hans

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

This is not possible in the communication channel, but if you want to add date time stamp on the filename, you can use dynamic configuration. For that you have to write an UDF in the message mapping concatenate the date tme stamp with the filename and extension.

In the communication channel you need to check on the message attributes so that when the adapter framework is called the filename generated in the message mapping would be used by the adapter. In the communication channel remove the filename and put * in the filename, as filename is one of the mandatory parameters in the comm channel.

Regards,

Indranil

Award points if helpful

Former Member
0 Kudos

Depends on the SP.

on SP 13 (2004s) there is such a functionality as a standard in File Receiver adapter.

Peter

Former Member
0 Kudos

Hi,

According to my knowledge its not possible to add a time stamp in front of the filename.