Skip to content

Using pipe as a quote produces unexpected output #198

@digitalWestie

Description

@digitalWestie

If you use the pipe character '|' as a quote then it ends up putting pipes in between characters. E.g. this

test,test2,test3
blag,blagh,|blahhh, blah|

Outputs this:

[
  {
    "field1": "test",
    "field2": "test2",
    "field3": "test3 blag",
    "field4": "blagh",
    "field5": "|b|l|a|h|h|h|,| |b|l|a|h|"
  }
]

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions