Skip to content

Data with embedded seperators #1

@nlsdg

Description

@nlsdg

When the data contains the character that is used as a seperator (a comma by default), it adds unwanted extra column(s) in that row, messing up subsequent columns.

Example: if you replace "John Smith" with "Smith, John" in example3.txt, the name column will contain just Smith.
The State wille be John, and the telephone number wil be WA.

{
"Name": "Smith",
"STATE": "John",
"TELEPHONE": "WA"
}

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