cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Dear Experts,

I have received a new requirement on File to File scenario.

PI has to pick a file from one network directory and place it on specific directory. Please note that there will not be any mapping as client does't want to change the file content...

File Names will be:

Partner1_001_Invoice.xml

Partner1_002_Invoice.xml

.........


Partner2_001_Invoice.xml

Partner2_002_Invoice.xml

.....


In Target System, the directories will be like following....

Partner1

---001

---002

Partner2

---001

---002

In this case, PI has pick the file 'Partner1_001_Invoice.xml' file and it should place file on following directory...

Partner1

---001

and so on...

Need help to configure the above interface....

Thanks-
Rams

0 Likes
View Entire Topic
Former Member
0 Likes

Here you go.

Dynamic file name in a File to File pass through scenario - Code Gallery - SCN Wiki

You can create a java mapping as per this blog. Using this option, you can create both dynamic file name and dynamic folder with some manipulations in this java code.

Regards,

Kedar