Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: rboccuzziMark, there seems to be something fishy with this file...if I open up the raw file you sent, there is a lot of NULL bytes in it, as if it were in another format, possibly some international format or odd byte ordering, but there is no BOM (Byte Order Mark) that helps identify it. I opened the file in Excel 2010, and then immediately saved it back to csv (just pressed save, and agreed to the "loss of functionality with format" warning), and then I was able to process it fine.
I'm not sure where the data came from, but in it's current form, it is not a straight ASCII or windows-1252 encoded comma separated values file. I'm not sure what caused this, it could have been the source of the data, or possibly one of the steps used to transfer the file along it's path.
Cheers
Rich