Reading attendance report

Copper Contributor

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 

ranganna15_0-1637684049292.png

 

 

 

1 Reply
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.