Skip to content

Escaped quotes creating triple quotes #30

@robinwkurtz

Description

@robinwkurtz

Hello! Great tool, thanks for sharing!

I'm having a small issue with escaped quotes.

Ideal output "HEADER1","HEADER2"
Resulting output """HEADER1""","""HEADER2""" or HEADER1,HEADER2

Tested code:
var headers = ['HEADER1', 'HEADER2'];
var headers = ['\"HEADER1\"', '\"HEADER2\"'];

Is there a way to specific an enclosing tag perhaps?

Thanks!

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