Start using csv.writer to handle report output.

This allows us to stop using '' where we mean None at several places in
the code, since the csv.writer will translate it for us properly.

Change-Id: I075c5fa2e1ad2d5d263095c4312bed4af309ff6d
1 file changed