Skip to content

Double quote returned when csv contains an empty quoted string #95

@jondayft

Description

@jondayft

If the following csv data is converted:

"green", 40, ""

The converter will return

{
  a: 'green',
  b: 50,
  c: ' " '
}

Where the property c is set to one double quote rather than an empty string

Please see the following commit for failing test case jondayft@96c75a1

This doesn't seem like desired behaviour and I couldn't see any options that could be passed through to as configuration to solve?

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