Hi All,
we have requirement like Proxy -to-file and file will be sent to third party server with below file format.
-use windows line endings (the line ending is shown by the two byte LF sequence 0x0A 0x00,
it needs to be the four byte CRLF sequence 0x0D 0x00 0x0A 0x00)
- include a byte order marker (two bytes - 0xFF 0xFE - at the start of the file)
1.I have done configuration at receiver side as text type : UTF-16LE but not accepting by target system.
Could you please tell me, how to implement below options
1. To add the BOM to the beginning of the file using a message mapping
2. Developing your own custom adapter module.
if anyone already worked on above options, can you please guide me.
Regards,
Satish