There is a para break at the end of my .csv file. I tried to remove the blank line that is at the end of the file using the following command.
sed -i \'/^$/d\' c
Found this ages ago somewhere and saved the snippet. Do not ask me how it works:
perl -i -pe "chomp if eof" combined.csv