Skip to content

Issue with a double-quotes used in an enclose fields. #327

Open
@msaeli

Description

@msaeli

Hello @Cinchoo ,

First of all thank for all the great work done on this library.
I might have found an issue with the " handling in string double quoted.

Data source:

,"Some Value In My Column""With Two Double Quotes",

I do expect the following result :

Some Value In My Column"With Two Double Quotes --> 47 Char

But ChotETL output the following value

Some Value In My Column""With Two Double Quotes --> 48 Char

The version used is : 1.2.1.68

Did I miss a something in the configuration ?

I am referring to this RFC --> RFC-4180

  1. If double-quotes are used to enclose fields, then a double-quote
    appearing inside a field must be escaped by preceding it with
    another double quote. For example:

    "aaa","b""bb","ccc"

Best regards,

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