I am converting a CSV file into a sharepoint list using "Web Request". Unfortunetly, the file contains some special characters such as é, ã, ó, .... And when I check the list those characters are with a quote mark like this: . That means that when the variable receives the data from the Web Request, it can't recognize it. so I'been trying to encode it, but It's still not working. The url is working though.
Any suggestions?
