While trying to upload a CSV file, I am getting this error message "No data in CSV".
I remember it worked once (the field only takes CSV files) and now when I tried to save my excel as CSV (comma delimited) and upload, I'm getting this message.
It's strange, since the file is NOT empty. So the problem is coming from elsewhere.
Solved
The problem was that, excel was saving the CSV not with comma but with semi colon, this I found after opening the CSV in notepad. And I was choosing comma as separator while uploading the file in the backend.