I have an csv file that has a column of data that I need to copy and paste into another csv file. Problem is when I copy the column into the new csv file, it only copies the first few lines of each cell.

Heres an example of my problem. When I try to copy and paste column A of this csv file in excel:

http://s208270823.onlinehome.us/temp/copy.csv

into a new spreed sheet, it copies only partial cell A1 and cell A2. As you can see here:

http://s208270823.onlinehome.us/temp/badpaste.csv

How do I get it to copy everything?