Ticket #1246 (closed assessed: fixed)
Time series import fails on empty lines
Reported by: | jeroens | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | NOT SET |
Component: | Database / Import | Version: | 6.3.1 |
Severity: | major | Keywords: | |
Cc: |
Description
From Hector Pavez: loading a CSV with empty lines causes Time Series Import to fail
Change History
Note: See
TracTickets for help on using
tickets.
True. Empty lines translate the year to -9999, which result in a negative number of years. This is now handled well.
Additionally, number parse errors were caught via exceptions, which caused the import to run brutally slow. This has been changed too