process empty composite fields so spreadsheet columns line up
if the entire composite field is empty, the webform module saves this as a null value. to keep columns lining up we need to expand this to an array of null values with an entry from each field that is normally in the composite.
This patch does that.