-
there is a bug somewhere in the way stdin is read when piping pretty-printed json objects into `dat --json`
-
Vanilla install appears to be missing a dependency. After installing the missing module it works fine.
```
~/foo: dat init
module.js:340
throw err;
^
Error: Cannot find module 'ldjson-stream…
-
Using `{json:true}` with the API, I get the above error.
Piping the same data to the bcsv CLI produces the expected results.
App code and csv data below.
I also tried with some data from /test/…
-
I propose to replace:
```
"dataset": [
{
"name": "schools",
"@context": {
"xsd": "http://www.w3.org/2001/XMLSchema#",
"school": { "@id": "_:school", "@type": "xsd:string" },
…