Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Another doc mistake on devalpha.io #5

Closed
unsaved opened this issue Jul 1, 2018 · 1 comment
Closed

Another doc mistake on devalpha.io #5

unsaved opened this issue Jul 1, 2018 · 1 comment

Comments

@unsaved
Copy link

unsaved commented Jul 1, 2018

You have

const csvStream = fs.createReadStream("myData.csv")

and then

feeds: {
    myData: csvStream.through(pipeline)

through is a Highland stream function, so I believe you would need: myData: _(csvStream).trough.

@fhqvst
Copy link
Member

fhqvst commented Jul 15, 2018

Fixed now, thanks!

@fhqvst fhqvst closed this as completed Jul 15, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants