Ticket #1246 (closed assessed: fixed)

Opened 11 years ago

Last modified 11 years ago

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

comment:1 Changed 11 years ago by jeroens

  • Status changed from new to closed
  • Severity changed from NOT SET to major
  • Type changed from not assessed to assessed
  • Component changed from NOT SET to Database / Import
  • Priority changed from NOT SET to normal
  • Resolution set to fixed

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

Note: See TracTickets for help on using tickets.