ydkhatri / OneDrive

OneDrive log .ODL reader
https://swiftforensics.com
MIT License
109 stars 24 forks source link

csv Error need to escape, but no escapechar set #8

Closed Dulani closed 9 months ago

Dulani commented 10 months ago

Thanks for this very useful tool! I've got it working but am getting this error after each logfile: ERROR writing rows: <class '_csv.Error'> need to escape, but no escapechar set

Any suggestions for things I can change (or does something need to be changed in your script)?

Thanks in advance!

ydkhatri commented 10 months ago

Hi, what version of python are you using, and which platform/os version?

Also, can you submit a sample file that demonstrates the problem?

On Wed, 1 Nov 2023, 16:56 Dulani, @.***> wrote:

Thanks for this very useful tool! I've got it working but am getting this error after each logfile: ERROR writing rows: <class '_csv.Error'> need to escape, but no escapechar set

Any suggestions for things I can change (or does something need to be changed in your script)?

Thanks in advance!

— Reply to this email directly, view it on GitHub https://github.com/ydkhatri/OneDrive/issues/8, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADFCHUAOK6HR2YKWJZ3RPVLYCHQBJAVCNFSM6AAAAAA6YZIC4SVHI2DSMVQWIX3LMV43ASLTON2WKOZRHE3TCNZVGMZTCOA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Dulani commented 9 months ago

Hi, thanks for your quick response. I am using Python 3.10.5 and MacOS 12.7. I'd be happy to share a sample via PM (if I can figure out how to do that on GH).

ydkhatri commented 9 months ago

Or send via email.

On Mon, 6 Nov 2023, 03:08 Dulani, @.***> wrote:

Hi, thanks for your quick response. I am using Python 3.10.5 and MacOS 12.7. I'd be happy to share a sample via PM (if I can figure out how to do that on GH).

— Reply to this email directly, view it on GitHub https://github.com/ydkhatri/OneDrive/issues/8#issuecomment-1793778432, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADFCHUA3IZGGOXK6JOTLIC3YC6TW5AVCNFSM6AAAAAA6YZIC4SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOJTG43TQNBTGI . You are receiving this because you commented.Message ID: @.***>

ydkhatri commented 9 months ago

Closing for lack of response.