Hello,
I am getting the special BOM character ZWNBSP (U+FEFF Zero Width No-Break Space (BOM, ZWNBSP) Unicode Character) that I need to replace from my csv before further processing. I went through the following posts already but I am not able to replace using the String.replace(“\uFEFF”, “”); function.
Any other leads to replace this character ? I still see the ZWNBSP in my file even after trying to replace it.