-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
Not working #1
Comments
The problem is probably in https://github.com/olemb/dbfread/ not my code. Can you provide some more info?
I'll re-open the ticket when you reply. |
I believe that I use the latest version available. I will downgrade to 1.0.1 as soon as I can. I used busmaster to convert the DBC file to a DBF file |
I'm not going to lie, I don't know what any of those software packages you are talking about are. I can tell you that dbfread 1.0.1 on my system doesn't like the file you uploaded, though.
|
Upon looking at the DBF standard a bit (http://www.dbase.com/KnowledgeBase/int/db7_file_fmt.htm) I see that field type E isn't defined there, which I presume is the "extended frames" you are talking about. dbfread is erroring about a field type 'e' not being known. Newest dbfread (2.0.7) doesn't work either (the following was tested with 2.0.7):
I'm also not sure what libcanardbc has to do with my software (which is just a very simple wrapper around dbfread). |
Hello, I have an issue and it doesn't work at all:
https://pastebin.com/1DxVr8Rp
The first conversion is done by replacing:
import dbfread -> from dbfread import DBF
dbfread.open( -> DBF(
The second conversion is with the dbf2json file unmodified
Please update this as soon as possible
The text was updated successfully, but these errors were encountered: