SEED-platform / seed

Standard Energy Efficiency Data (SEED) Platform™ is a web-based application that helps organizations easily manage data on the energy performance of large groups of buildings.
Other
106 stars 55 forks source link

Handle null values in related columns #4626

Closed axelstudios closed 2 months ago

axelstudios commented 2 months ago

What's this PR do?

Related values could be null, when we were expecting strings. This change fixes that issue

How should this be manually tested?

  1. Create a new database
  2. Import covered-buildings-sample.csv with taxlot and property mappings
  3. Check that the inventory list loads

What are the relevant tickets?

4624