Hello UiPath Experts,
I have a modern project (.NET 6) and I need to read a CSV file with Windows-1252 encoding.
It’s the same problem as here : .NETCore (modern) project, cannot write file with Windows-1252 encoding
But I can’t add the “System.Text.Encoding.CodePages” nor import the “System.Text.CodePagesEncodingProvider” namespace…
How can I solve this problem ?
Kind regards,
Clem