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
Desktop.zip
I have a dbf file whose column names are partially alphabets and partially unknown characters. How can I get value of a specific field in this case?
I have attached the dbf file as well as the screenshot of output that I get when I am reading dbf file.
The text was updated successfully, but these errors were encountered:
I have also tried the encoding option in constructor of parser. I have tried the following encodings: hex, utf8, ascii, latin1, base64, ucs2
But I was out of luck
Sorry, something went wrong.
Hi, I have the same problem, according to a DBF viewer, the format is Codepage 1252 Windows ANSI, but no luck inserting that into the options.
No branches or pull requests
Desktop.zip
I have a dbf file whose column names are partially alphabets and partially unknown characters.
How can I get value of a specific field in this case?
I have attached the dbf file as well as the screenshot of output that I get when I am reading dbf file.
The text was updated successfully, but these errors were encountered: