Skip to main content
Nintex Community Menu Bar

Encode special characters?

  • May 30, 2019
  • 1 reply
  • 17 views

Forum|alt.badge.img

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?

 

2388i76D46E8357AB00D6.png

1 reply

Forum|alt.badge.img+14
  • Scholar
  • June 7, 2019

I don't think the problem is with webrequest call or how does it return data.

I suspect the problem might be in further processing and/or how do you write data to list. can you provide more details on that?

 

have you tested with run now?

have you tried to write returned data to history log right after webrequest call?

I'd say here the data still should be in correct form....