alexey-zakharenkov / subways

Subway Preprocessor and Validator
Apache License 2.0
12 stars 1 forks source link

In CSV with networks, gracefully process invalid values that are expected to be numbers #38

Closed alexey-zakharenkov closed 1 year ago

alexey-zakharenkov commented 1 year ago

Now, if a numeric cell (e.g., the "Stations" cell) of the google spreadsheet with network list contains text or malformed formula, or the cell is empty, the validation fails with an error like "invalid literal for int() with base 10".

The validation of other networks should continue if some rows contain malformed data. An appropriate error message should occur in the validation report.

alexey-zakharenkov commented 1 year ago

Fixed in #39