-
Notifications
You must be signed in to change notification settings - Fork 7
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
Some tables do not open while others open. #1
Comments
Please help read this file |
I've identified at least part of the issue, that being that the parser does not interpret When I get this fixed and write some tests, would it be okay for me to include your attached file in the integration test? |
Yes, of course. I can send another file where there is a problem. |
The latest commit a1194a9 should return the correct table structure with a call to I haven't made a new release yet because I'm still working on getting [TpsField("ACC")]
public TpsGroup Acc { get; set; } var reu = (string)Acc.Value[0].Value;
var num = (string)Acc.Value[1].Value; |
Thank you so much. Now I can get normal data. I will wait for the release. |
Some tables do not open or wrong read, while others in base open good. Windows-1251 encoding.
acc_list.zip
The text was updated successfully, but these errors were encountered: