csv import - encoding problem

This command did it for me, in the terminal...

tr -d '\n' < edit_unicode_utf8.csv > fire_new.csv

stripped out \n i suppose.