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

Allow commas in service IDs #386

Closed philip-cline closed 1 year ago

philip-cline commented 1 year ago

Checklist

Description

Previously, including commas in a Service ID caused bugs when saving an exception. This PR preserves internal commas in StringList values.