Skip to content

The code fails to read last line of csv if it doesn't contain a carriage return of some sort. #21

@EdBreen

Description

@EdBreen

To fix this problem

Change

else if (!inquotes && (c == '\r' || c == '\n'))

to

else if (!inquotes && (c == '\r' || c == '\n' || in.eof()))

:)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions