importX
importX copied to clipboard
Doesn't support CSV
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.
Don't suppose you have a patch ready for this? :P
Sounds like a good improvement.