cancel
Showing results for 
Search instead for 
Did you mean: 

Add time stamp in XI before two file extensions

0 Kudos

Basically need to know if its possible for XI to add the time stamp before two file extensions?

Have a scenario where I am picking up a file, encrypting it, and placing it on an SFTP server.

Source file = sample.csv

Target file = sample.csv.pgp  ( must add .pgp once encrypted )

Need the target file to be sample.(time stamp).csv.pgp  NOT sample.csv.(time stamp).pgp

Any thoughts?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184720
Active Contributor
0 Kudos

Either set the filename during the mapping and use dynamic configuration or create your own adapter module

0 Kudos

There is no mapping for this scenario. Could you explain the adapter module and how to use it.

RaghuVamseedhar
Active Contributor
0 Kudos

Ryan,

Adapter module development/maintenance is effort intensive. You try this Java mapping

Dynamic file name for pass-through scenario - Process Integration - SCN Wiki