Hi experts,
I have an scenario in which I pick a zipped file with two files inside, a txt and a pdf file. The two files contained must be placed in two differents folders with their original names. So it's File to File scenario.
I have been reading a lot of blogs and posts in scn but i haven't found any solution for this particular case.
The zip is correcty unzipped in sender file channel and the two payloads (one for the txt and the another one for the pdf) are served for input. The two files are then placed correctly in their corresponding folders with static names using File scheme option in the File receiver.
I have seen in sxmb_moni the payload names, and i don't know how to get it in receiver file channel in order to set the file name with payload name.
filename ASMA attribute gets the name of the zipped file in sender file channel so it doesn't work for me. I want to avoid ESR objects, so UDF/java mapping is my last option.
Any ideas?
Thanks in advance.