I am trying to append a select query to an empty feature table, when I do this the string field (Species Name) has the spaces removed and is all lower case?
Original data (SpeciesName):

After append to existing table the data looks like this:

I have tried this with other string fields and the result is the same for all.
What can I do to fix this?