frictionlessdata / tableschema-js

A JavaScript library for working with Table Schema.
http://frictionlessdata.io/
MIT License
82 stars 27 forks source link

Surface the detected delimiter to the Table object #180

Closed bmeyers22 closed 3 years ago

bmeyers22 commented 3 years ago

Overview

It can be useful to expose the detected delimiter to the caller of infer() or read(). This PR will expose, for now, the delimiter detected when reading the CSV data.


Please preserve this line to notify @roll (lead of this repository)

NourAlsafadi commented 3 years ago

Hello @bmeyers22 and @roll! Are there any updates on the contents of this PR? Is there an ETA for this feature? It looks like it would have been included in the v1.12.4 release; I would greatly benefit from this capability in my application.

Thanks!