mapbox / shp-write

create and write to shapefiles in pure javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A column was specified that does not exist

armaniAllie93 opened this issue · comments

I'm getting a post conversion error when attempting to open up the attribute table in ArcPro

Could not load data from the data source. If you can correct the problem, press the refresh button to reload data. A column was specified that does not exist

I know this is post conversion but has anybody experienced this? The feature draws and the data associated even displays when you click as a popup in ArcPro. I attempted to remove unique identifier fields from the properties before exporting but the issue still stands.

Hello! This library had a number of small issues that were not consistent with the shapefile format. Many of these are resolved in our latest version (v0.4.2) which may solve your issue.

Please note that the NPM package is now @mapbox/shp-write instead of shp-write and the README reflects this.