in reply to Creating report

You have more fields in one of your lines of data (line 3 in particular) than you did on your headers line.

Without seeing the data, my guess is that this is because you're splitting on white space, and some of the values contain spaces. Person names and street names often do contain spaces.