The latest versions for both subject and procedures were not rendering because preProcessingHelper was getting stuck on Species 'abbreviation' (because the value of this field is null).
This PR adds a check in preProcessingHelper for the value obj[key] so that it won't get stuck if something is defined as null.
closes #80