I solved it ![]()
The problem was that I was using Google Docs instead of excel, and Google Docs exports .csv files with trailing \n at the end of each line instead of trailing \r\n. So the solution is to have \r\n, or (this is what I did) to modify the engine to ignore \r.