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

Line endings Macintosh #6

Closed
designvoid opened this issue Jan 8, 2014 · 3 comments
Closed

Line endings Macintosh #6

designvoid opened this issue Jan 8, 2014 · 3 comments

Comments

@designvoid
Copy link

If you are uploading a CSV created on a Mac you may have issues with it not detecting line endings correctly.
I fixed this by adding the following to the initialize method in the component:

ini_set("auto_detect_line_endings", true);

@ProLoser
Copy link
Owner

I don't think I should be setting global config options from a plugin

@davo3
Copy link

davo3 commented Nov 9, 2015

I had the same issue, took some time to figure out the solution, I guess would be great to have the option after all. thanks

@ProLoser
Copy link
Owner

a1dde42

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

3 participants