We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Great little script, looks like it could be the godsend I'm looking for in terms of getting legacy dbf files into something more usable.
That said I'm having an encoding issue - my DBF files use BIG5 (Traditional Chinese) and I'm getting the following error back:
UnicodeDecodeError: 'ascii' codec can't decode byte 0xa7 in position 2: ordinal not in range(128)
I see dbfread has an encoding option - any chance you could add an extra option into your script so we specify the DBF encoding when needed?
The text was updated successfully, but these errors were encountered:
Have the same issue.
Sorry, something went wrong.
Fix Encoding issues
bf0db11
Fixed bug when trying to convert dbf files in national encodings. Now you can set dbf file encoding with --codepage option. Fix simonw#2
No branches or pull requests
Great little script, looks like it could be the godsend I'm looking for in terms of getting legacy dbf files into something more usable.
That said I'm having an encoding issue - my DBF files use BIG5 (Traditional Chinese) and I'm getting the following error back:
UnicodeDecodeError: 'ascii' codec can't decode byte 0xa7 in position 2: ordinal not in range(128)
I see dbfread has an encoding option - any chance you could add an extra option into your script so we specify the DBF encoding when needed?
The text was updated successfully, but these errors were encountered: