Skip to content

lazycsv: throw an error if a quoted cell reaches EOF without being closed #29

@simnalamburt

Description

@simnalamburt

As of revision 91045821c91b63a10254929c51361ccecd6583c5, if the file ends before a quoted cell closes, it currently succeeds silently instead of throwing an error. (The final unclosed quoted cell and the final newline are not yielded by the iterator.)

Silently succeeding instead of throwing an error is behavior that most users would not expect, so this should be fixed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions