Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Importing CSV returns empty array error #409

Open
joelgraham opened this issue Oct 10, 2017 · 2 comments
Open

Importing CSV returns empty array error #409

joelgraham opened this issue Oct 10, 2017 · 2 comments

Comments

@joelgraham
Copy link

When importing from a CSV I'm getting the below error, which makes it difficult to troubleshoot where the problem is with the CSV. Usually errors in the CSV return a helpful error.

Array (
	[0] => Array (
	)
	[1] => Array (
	)
)
@joelgraham
Copy link
Author

I've tried troubleshooting this problem, but I'm unable to discover anything of particular use. Has anyone else come across this problem?

Thanks.

@joelgraham
Copy link
Author

From what I can tell, it's to do with the line-endings, and how the CSV is saved. Saving it (on Mac), from Excel, as a "Windows CSV" seemed to resolve the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant