Hey @jcontini ,
Thanks for the great work on this. I was trying to implement the same, but at the last step, after running the "python keep.py" it shows this message.
Keep#Studioबिम्ब.html
Traceback (most recent call last):
File "C:\Users\user\Downloads\Keep Html\google-keep-csv-master\keep.py", line 42, in
writer.writerow([file, note["date"], note["title"], note["content"]])
File "c:\users\user\appdata\local\programs\python\python39\lib\encodings\cp1252.py", line 19, in encode
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
UnicodeEncodeError: 'charmap' codec can't encode characters in position 12-16: character maps to
Although a CSV file is generated, it is entirely empty. Could you suggest a workaround? Thanks! :)
Hey @jcontini ,
Thanks for the great work on this. I was trying to implement the same, but at the last step, after running the "python keep.py" it shows this message.
Keep#Studioबिम्ब.html
Traceback (most recent call last):
File "C:\Users\user\Downloads\Keep Html\google-keep-csv-master\keep.py", line 42, in
writer.writerow([file, note["date"], note["title"], note["content"]])
File "c:\users\user\appdata\local\programs\python\python39\lib\encodings\cp1252.py", line 19, in encode
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
UnicodeEncodeError: 'charmap' codec can't encode characters in position 12-16: character maps to
Although a CSV file is generated, it is entirely empty. Could you suggest a workaround? Thanks! :)