From 48b2903f5975a5d465417481b0ce791857ac50fb Mon Sep 17 00:00:00 2001 From: hailey <188331+haileyplusplus@users.noreply.github.com> Date: Tue, 23 Apr 2024 20:43:46 -0500 Subject: [PATCH] Explicitly read service_id values from CSV as strings. --- gtfs_functions/gtfs_functions.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gtfs_functions/gtfs_functions.py b/gtfs_functions/gtfs_functions.py index a47867f..4364a37 100644 --- a/gtfs_functions/gtfs_functions.py +++ b/gtfs_functions/gtfs_functions.py @@ -1128,7 +1128,8 @@ def extract_file(file, feed): 'shape_id': str, 'stop_id': str, 'route_id': str, - 'trip_id': str + 'trip_id': str, + 'service_id': str } files = feed.files