Answers for "_csv.Error: line contains NULL byte"

1

_csv.Error: line contains NULL byte

#you may have null byte in csv , you can remove on linux with this command
sed 's/\x0/ /g' original_file.csv > fixed_file.csv
Posted by: Guest on December-28-2020

Code answers related to "_csv.Error: line contains NULL byte"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language