Skip to content

Commit

Permalink
Merge pull request #21 from phipla/pull_request_1
Browse files Browse the repository at this point in the history
Add documentation for the "encoding" option of the Read API
  • Loading branch information
wdavidw committed Mar 11, 2012
2 parents 414b78d + 9077061 commit d714606
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions readme.md
Expand Up @@ -95,6 +95,9 @@ Options are:
- *columns*
List of fields or true if autodiscovered in the first CSV line, impact the `transform` argument and the `data` event by providing an object instead of an array, order matters, see the transform and the columns section below.

- *encoding*
Default to 'utf8', apply when a readable stream is created.

- *trim*
If true, ignore whitespace immediately around the delimiter, default to false.

Expand Down

0 comments on commit d714606

Please sign in to comment.