conveyal / gtfs-lib

A library for loading and saving GTFS feeds of arbitrary size with disk-backed storage
BSD 2-Clause "Simplified" License
71 stars 38 forks source link

Add primary key names to Table class #379

Closed philip-cline closed 1 year ago

philip-cline commented 1 year ago

Checklist

Description

This PR provides the ability to add primary key names for each table in the Table class, which are used by the new transformation to preserve custom fields (https://github.com/ibi-group/datatools-ui/pull/950 and https://github.com/ibi-group/datatools-server/pull/536).