shapefile-to-sqlite icon indicating copy to clipboard operation
shapefile-to-sqlite copied to clipboard

Ability to select or exclude loaded properties on features

Open rdmurphy opened this issue 4 years ago • 0 comments
trafficstars

Hello! 👋

Unless I'm missing it (sorry if I am!) I don't think it's currently possible to exclude (or inclusively select) fields/properties on features during a load. My use case here are U.S. Census TIGER/Line files, which annoyingly have unique fields for each level-type. (COUNTYNS for county files, TRACTNS for tracts, etc.) However, they always have a consistent GEOID property!

I could see this go even a step further and empower you to rename fields (so could standardize things like COUNTYNS and TRACTNS to just NS, for example), but maybe a bigger/separate ask. I also think this probably would make sense in geojson-to-sqlite too.

Thank you!

rdmurphy avatar Aug 13 '21 06:08 rdmurphy