CSV import does expect the format to be "header1,header2,header3" etc, but the example shows "header1, header2, header3" etc. I would expect it to trim leading whitespace or at least the example to be correct. Could only figure it out since I am technical as well