Sadless74 / googletransitdatafeed

Automatically exported from code.google.com/p/googletransitdatafeed
0 stars 0 forks source link

Validation - Calendar records without start date and end date pass validation #80

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Start date and end date are required. Validation should error. Thx!

Original issue reported on code.google.com by fredf...@gmail.com on 26 Aug 2008 at 5:25

GoogleCodeExporter commented 9 years ago
calendar.txt is optional. The spec is a bit ambiguous because it says 
"Required" but
next line says "If calendar_dates.txt includes ALL dates of service, this file 
may be
specified instead of calendar.txt.". I agree that start_date and end_date must 
be
present on each row of calendar.txt, but think we already test that. Agreed?

Original comment by tom.brow...@gmail.com on 27 Aug 2008 at 6:33

GoogleCodeExporter commented 9 years ago
The parser fails when state_date and end_date are not acceptable yyyymmdd values
which is my concern. In my experience, people can submit data which passes 
validation
tool but does not pass parsing.

Original comment by fredf...@gmail.com on 27 Aug 2008 at 6:40

GoogleCodeExporter commented 9 years ago

Original comment by tom.brow...@gmail.com on 21 Sep 2009 at 9:00