79632461

Date: 2025-05-21 17:13:29
Score: 1.5
Natty:
Report link

This works for me if I choose Save As "CSV UTF-8 (comma delimited) in Excel, and then open the stream reader in C# with ASCII.

using (var reader = new StreamReader(@fileSaved, Encoding.ASCII))

Reasons:
  • Whitelisted phrase (-1): works for me
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Shawny T