Skip to content

dbf fields stop at char 00#71

Open
Fil wants to merge 1 commit into
mbostock:masterfrom
Fil:fil/dbfread00
Open

dbf fields stop at char 00#71
Fil wants to merge 1 commit into
mbostock:masterfrom
Fil:fil/dbfread00

Conversation

@Fil

@Fil Fil commented Feb 8, 2022

Copy link
Copy Markdown

fixes #68 #70

@Fil Fil closed this by deleting the head repository Feb 15, 2023
@mbloch

mbloch commented Feb 15, 2023

Copy link
Copy Markdown

@Fil this looks like a reasonable fix, why did you close the PR?

@Fil

Fil commented Feb 15, 2023

Copy link
Copy Markdown
Author

I didn't intend to close it, but cleaned up my personal repos and didn't realize this fork was home to a PR. Thanks for noticing!

@Fil Fil reopened this Feb 15, 2023
@mbloch

mbloch commented Feb 16, 2023

Copy link
Copy Markdown

I've seen Shapefile dbfs like this in circulation, too... hope @mbostock will consider merging.

Comment thread dbf/read.js
Comment on lines +20 to +21
var v = value.subarray(i, i += f.length);
var j = v.indexOf(0);

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
var v = value.subarray(i, i += f.length);
var j = v.indexOf(0);
var v = value.subarray(i, i += f.length), j = v.indexOf(0);

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@joewoodhouse

Copy link
Copy Markdown

@mbostock any chance of releasing this? It fixes an issue I'm hitting currently

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Numeric column coming in as NULL property

4 participants