Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

Not working with Large files or Unicode Chars #41

Open
rsrini7 opened this issue Sep 30, 2018 · 2 comments
Open

Not working with Large files or Unicode Chars #41

rsrini7 opened this issue Sep 30, 2018 · 2 comments

Comments

@rsrini7
Copy link

rsrini7 commented Sep 30, 2018

Large File Error:

File "i:\anaconda3\lib\site-packages\csvdiff\records.py", line 53, in
for r in record_seq
MemoryError

Unicode Decode Error:

return codecs.charmap_decode(input,self.errors,decoding_table)[0]
UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 5148: character maps to

@larsyencken
Copy link
Owner

Csvdiff is meant for datasets that fit into memory. It's not a streaming comparison. How big are the files you're trying to compare?

@rsrini7
Copy link
Author

rsrini7 commented Oct 10, 2018

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants