If the following csv data is converted:
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?
If the following csv data is converted:
The converter will return
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?