Hi All,
I'm trying to put BOM in the my output textfile. I tried putting the constant  and also tried U+FEFF in the mapping but the HEX equivalent is different. So I tried using .beginSeparator in FCC and tried using a sample HEX ('0x0A''0x0B'). It worked. But it's not the equivalent of '0xEF''0xBB''0xBF' so I tried using these HEX values in FCC instead. But now I'm getting an error in RWB.
Message processing failed. Cause: com.sap.aii.messaging.adapter.trans.TransformException: Transformer Conversion3.0.5227 Error initializing Class: java.lang.Exception: java.lang.NumberFormatException: Value out of range. Value:"EF" Radix:16; nested exception caused by: java.lang.Exception: java.lang.NumberFormatException: Value out of range. Value:"EF" Radix:16
I tried looking for it in the SCN forums but the answers are a bit unclear. Please help.
Thanks ALL 😊