cancel
Showing results for 
Search instead for 
Did you mean: 

Vendor FTP to Local NFS File Transfer

0 Kudos
148

Hi,

I have a requirement where files are to be picked from Vendor FTP and in Target side folder we need subfolders to be created according to the Date and place those files in these Subfolders. This is a File Pick n drop ( No mapping) .

Is this requirement possible in PI? Please suggest some solutions.

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

I think I must use Java Mapping to handle this Dynamic Sub Directory Requirement..Need to create New sub folders wrt Date of the files received. Need Java Code for this. Pls help

r_herrmann
Active Contributor
0 Kudos

You can set the target filename incl. directory dynamically via a feature called "Adapter Specific Message Attributes" (short: ASMA). Check this article to get to know the basics: http://saptechnical.com/Tips/XI/ASMA/Index.htm

If you have understood how to set a filename/directory dynamically, you can add an UDF to your mapping and create target subdirectories based on your message's content.