frictionlessdata / datapackage-js

A JavaScript library for working with Data Package.
http://frictionlessdata.io/
MIT License
42 stars 15 forks source link

EscapeChar and QuoteChar #102

Closed ghost closed 6 years ago

ghost commented 6 years ago

https://frictionlessdata.io/specs/csv-dialect/#specification says that escapeChar and quoteChar should be mutually exclusive. When we call Resource.commit(), we see both in the dialect returned. Should only 1 of them be there?

roll commented 6 years ago

@mattRedBox Yes only 1

I think it's already fixed in PY: