Changing the headers in a Datatable that wont have spaces

@dlichtenstadt You can use a For Each Loop to loop through the Column Names of the Datatable and Trim the names before the If Condition, so that you can use the Proper Name while retrieving it.