Import CSV error

Fresh user here, just spun up a VM to test (self hosting) out and i get this error when trying to import a customer list in CSV format,
[2019-03-17 01:03:15] production.ERROR: ErrorException [0] : /var/www/html/invoiceninja/storage/framework/views/3a4da9ad5feec2b6d5c0f9fd46523a004ff83242.php [Line 29] => Undefined offset: 53 (View: /var/www/html/invoiceninja/resources/views/accounts/partials/map.blade.php) (View: /var/www/html/invoiceninja/resources/views/accounts/partials/map.blade.php) {“context”:“PHP”,“user_id”:2,“account_id”:2,“user_name”:“Peter Hohendorf”,“method”:“POST”,“user_agent”:“Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0”,“locale”:“en”,“ip”:“192.168.1.4”,“count”:5,“is_console”:“no”,“is_api”:“no”,“db_server”:“mysql”,“url”:“import”} []

Any ideas?

I think the error is from the formatting of the CSV file, the app may not be recognizing the line breaks in the file.

You were right, i needed to tidy some lines in the CSV file.

Thanks for the tip.