Skip to content

Conversation

doug-martin
Copy link
Contributor

  • You can now specify objectMode when parsing a csv which will cause data events to have an object emitted.
  • You can now pipe directly to the stream returned from createWriteStream
  • You can now transform csvs by piping output from parsing into a formatter.
  • @ruzz311

lib/formatter.js Outdated
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the 'm' argument represent? It doesn't seem to be used in wrapWriter.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

* You can now specify `objectMode` when parsing a csv which will cause `data` events to have an object emitted.
* You can now pipe directly to the stream returned from `createWriteStream`
* You can now transform csvs by piping output from parsing into a formatter.
doug-martin added a commit that referenced this pull request May 15, 2014
@doug-martin doug-martin merged commit 6901d21 into C2FO:master May 15, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants