cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic Target Directory based on Source File Name

ximadhu
Explorer
0 Kudos

Hi Experts,

I Got a Scenario like Based on Source file Name,need to Pick the Target Directory Dynamically at run time.Its for Simple File Pass Scenario. Plz help how to achieve this.

Regards,

Madhu.

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member208396
Participant
0 Kudos
Former Member
0 Kudos

Hi Madhu,

In sender channel use ASMA and check File Checkbox checked, so that you get the Filename in Dynamic Configuration. In mapping you write UDF or Java Map to set the target File path based on Source File Name. And in Receiver channel use ASMA and check File and Directory Check Box checked.

Regards,

Arindam

iaki_vila
Active Contributor
0 Kudos

Hi,

If you don't want to have ESR development with dynamic configuration, you can go to do an own module adapter:

Regards.