on 2020 Apr 14 8:01 AM
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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
71 | |
10 | |
10 | |
7 | |
7 | |
7 | |
7 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.