andreiDamoc / googletransitdatafeed

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

ValidateNoDuplicateStopSequences produces a confusing error message #328

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The ValidateNoDuplicateStopSequences method produces an InvalidValue error 
message that looks like:

"Invalid value 2 in field stop_sequence Duplicate stop_sequence in trip_id 47A 
column stop_sequence""

The problem is that "2" is not the problematic stop sequence, but the number of 
times it occurs.  This makes it a bit tricky to track down the problem.

Original issue reported on code.google.com by bdfer...@google.com on 3 May 2012 at 4:07

GoogleCodeExporter commented 8 years ago

Original comment by bdfer...@google.com on 3 May 2012 at 4:07

GoogleCodeExporter commented 8 years ago
Reviewed at http://codereview.appspot.com/6158047/ and committed in r1664

Original comment by bdfer...@google.com on 14 May 2012 at 2:49

GoogleCodeExporter commented 8 years ago

Original comment by bdfer...@google.com on 22 Jun 2012 at 8:48