May-15-2019, 08:14 AM
This below error is fixed.
utf-8' codec can't decode byte 0xa0 in position 252862: invalid start byte
but currently getting error.
_csv.Error: line contains NULL byte
on line "for line in reader:"
the below error is fixed.
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xa0 in position 252862: invalid start byte
but getting the below error now.
_csv.Error: line contains NULL byte
at line "for line in reader:"
utf-8' codec can't decode byte 0xa0 in position 252862: invalid start byte
but currently getting error.
_csv.Error: line contains NULL byte
on line "for line in reader:"
the below error is fixed.
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xa0 in position 252862: invalid start byte
but getting the below error now.
_csv.Error: line contains NULL byte
at line "for line in reader:"