If I have a CSV with a header row, the header names seem to be trimmed. For example: ``` "Padded ,Unpadded\nOne,Two" ``` The above will produce a map with the key "Padded" instead of "Padded ".