Hi Experts,
I am working on XML to Proxy scenario, but the bank in sending xml file in .dat extension. So how can I process it in sap pi. Is it possible to process using file adapter.
Getting the file name as below.
File_170820161248263038.dat.GLN37424D11471427323021976S
Regards,
Mohammad
Hi Mohammad,
As long as content of the file is xml , file extension does not matter.
You can use sender file adapter to read the file.
You can use source filename as *.dat.* in sender file adapter.
Regards
Anupam
Usually the .dat file content will be fixed-length content so :
Dont go by file extension , first check the content and then proceed.
br,
Manoj
Hello Mohammad,
Normal file channel will do as you already have XML in place.
Add a comment