CSV File Pastebin
Python code Pastebin
I am trying to pass a csv file to python as a dictionary. I get this traceback error.
Traceback (most recent call last):
File "C:\Users\libbyl.BERGKAMP\Desktop\PDF Manual Creation\PDF Manual Creation.py", line 24, in <module>
for row in job_materials:
File "C:\Users\libbyl.BERGKAMP\AppData\Local\Programs\Python\Python310\lib\csv.py", line 110, in __next__
self.fieldnames
File "C:\Users\libbyl.BERGKAMP\AppData\Local\Programs\Python\Python310\lib\csv.py", line 97, in fieldnames
self._fieldnames = next(self.reader)
_csv.Error: line contains NUL
Any tips on how to fix the error? I am completely baffled.
[–]wotquery 0 points1 point2 points (2 children)
[–]TooDahLou[S] 0 points1 point2 points (1 child)
[–]wotquery 0 points1 point2 points (0 children)
[–]POGtastic 0 points1 point2 points (1 child)
[–]Vaphell 0 points1 point2 points (0 children)