cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver file name

former_member327037
Participant
0 Kudos

Hi,

i am getting file name as xyz_abc_date_timestamp.txt and in receiver file name is required as xyz_date_timestamp.txt how to acheive this in Dynamic config udf or any other process.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Muniyappan
Active Contributor

Dynamic config should do the job for you. please try search and use the udf. this kind requirement is discussed many times. if you are stuck with code, please come back.

former_member327037
Participant
0 Kudos

Hi Muni,

i am using this code at the end of dynamic config udf and returning file name.

String filename="abc_"+conf.get(key).substring(13,27)+".txt";

but filename is returning same as sender but not as per my requirement.

Thanks.

Answers (2)

Answers (2)

Muniyappan
Active Contributor
0 Kudos

can you share the full udf here? I can not verify with one line code.

Asma properties are configured properly? Hope udf output is mapped to target root node in the message napping

Muniyappan
Active Contributor
0 Kudos

can you share the full udf here? I can not verify with one line code.

Asma properties are configured properly? Hope udf output is mapped to target root node in the message napping