-
Notifications
You must be signed in to change notification settings - Fork 77
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
Problem reading Float #24
Comments
My solution: DbfRecors.java
meta.getFieldsStringRepresentation() = TARGET_FID,N,9,0|nummer,C,12,0|k_superfic,F,19,11|Nome_zone_,C,12,0 rec.toMap = {TARGET_FID=327284, nummer=315,k_superfic=23.897, Nome_zone_=RE |
Any chance you'd be willing to share your test file? We just added a dbf parser on Apache Tika and we need examples of Float fields. |
Hi, Paolo and friends. I have similar interests: reading (and writing) DBF files. I am also having issues with reading (and writing) numeric fields (not exactly Float, but Double and Integer --as known in xBase languages--). Specifically wih Float fields I am not having issues: I added routines to the original script and I am getting correct results: reading and writing them. I consider that we could share info with this respect. I know the zorro language well. Let me know how we can proceed. You can get me as jhernancanom. HERNAN CANO M |
Hi Hernan, |
@paoloromani Could you please share your DBF file ? |
Hi, friends.
Notes: I also have incorporated two Float fields according to your asking; one has decimals and another without decimals.
|
@jhernancanom Thanks a lot, I started looking into it. Will put updates here. |
I have some problem reading float fields.
getFieldsStringRepresentation return all fields but toMap does not display the value
meta.getFieldsStringRepresentation() = TARGET_FID,N,9,0|nummer,C,12,0|k_superfic,F,19,11|Nome_zone_,C,12,0
rec.toMap = {TARGET_FID=327284, nummer=315, Nome_zone_=RE
Thanks or your help.
Paolo
The text was updated successfully, but these errors were encountered: