Forum Discussion
ranganna15
Nov 23, 2021Copper Contributor
Reading attendance report
Hi Team , I am not able to read the attendance csv using python ? after reading i a getting strange output which Unicode do i need to use ? Kindly refer below screenshot python_dev ...
Ed Woodrick
Nov 23, 2021Iron Contributor
Looks like double byte code for internationalization. You'll probably need to switch to a read statement that can handle it, as well as set the correct code.