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

Doesn't support CSV #55

Open
stefan-scholl opened this issue Jul 10, 2014 · 1 comment
Open

Doesn't support CSV #55

stefan-scholl opened this issue Jul 10, 2014 · 1 comment

Comments

@stefan-scholl
Copy link

stefan-scholl commented Jul 10, 2014

The current code doesn't support CSV. See RFC 4180 and http://en.wikipedia.org/wiki/Comma-separated_values

process() in components/importx/processors/prepare/csv.php reads and treats every line in isolation and splits it with explode(). Please use fgetcsv() instead.

This bug is related to issue #23.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@Mark-H
Copy link
Member

Mark-H commented Jul 13, 2014

Don't suppose you have a patch ready for this? :P

Sounds like a good improvement.

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

2 participants