datopian / datahub-qa

:package: Bugs, issues and suggestions for datahub.io
https://datahub.io/
32 stars 6 forks source link

[data cat] does not work with TSV files #116

Closed AcckiyGerman closed 6 years ago

AcckiyGerman commented 6 years ago

data cat does not work with TSV files

How to reproduce

$ data cat data.tsv 
> Error! We do not have a parser for that format: tsv

Expected behavior

'cat' command will show the table from tsv file.

Mikanebu commented 6 years ago

@AcckiyGerman It is fixed now in https://github.com/datahq/data-cli/issues/292. Please, see PR on data.js datahq/data.js#35. And appropriate tests, see PR on data-cli #293. Please, review and close

AcckiyGerman commented 6 years ago

TESTED & FIXED Works well: