Open amyburness opened 1 month ago
@amyburness Current implementation is: When we create observation, if the value is empty, we set it to -9999. Should we also change this behavior or make it blank just when we download the CSV?
For now, I've set the CSV output when it's None or -9999 to blank
@zamuzakki Correct that is what the client wants for it to be blank and no -9999
Where nothing has been recorded for all the anecdotal fields (i.e., water clarity, water temperature, etc.) it is returning -9999 or None. These cells should just be blank if nothing was recorded.
We should check if this is correct.