Skip to content

Doesn't support CSV #55

@stefan-scholl

Description

@stefan-scholl

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions