objects-to-csv
objects-to-csv copied to clipboard
Correction BOM mark never really appended.
Excel was not showing Unicode correctly. The if statement that checks for the BOM option had a logic error, it was erroneously checking for the BOM and fileNotExists. When deleting fileNotExists == true condition from the if statement the Excel started to display Unicode correctly.