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