CSV Upload to DataTable from Example Code: UnicodeDecodeError: 'utf-8' codec can't decode byte 0xab in position 1: invalid start byte

Hi @adrian.s, I found a similar topic here on Stackoverflow https://stackoverflow.com/questions/55782460/unicodedecodeerror-while-starting-the-app-under-windows-with-pycharm

Looks like there may be a native character that cannot be converted to utf=8.
I hope that link helps!

Brandon