How to write csv file with groovy rule without adding Byte Order Mark (BOM)
I am trying to create a csv file with groovy rule. All went well, except this created file contains byte-order mark (BOM), which is not needed. Automation is sending this file forward, outside EPM, and there BOM mark is leading to failure while reading the file.
I am using CsvWriter, it keeps adding this BOM mark to UTF-8. Trying to bypass it but every attemp is ending with validation error.
Is there any way to make csv file with groovy rule so that this BOM is excluded?
Tagged:
0