Skip to content

Commit

Permalink
[#27] Updated README with newline character option
Browse files Browse the repository at this point in the history
  • Loading branch information
ryu1kn committed Jun 18, 2019
1 parent 2cfbd38 commit 5c12dd7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@ console.log(csvStringifier.stringifyRecords(records));

Default: `utf8`.

* newline `<string>` (optional)

Default: `lf`. Possible values: `lf`, `crlf`.

* append `<boolean>` (optional)

Default: `false`. When `true`, it will append CSV records to the specified file.
Expand Down Expand Up @@ -175,6 +179,10 @@ console.log(csvStringifier.stringifyRecords(records));

Default: `utf8`.

* newline `<string>` (optional)

Default: `lf`. Possible values: `lf`, `crlf`.

* append `<boolean>` (optional)

Default: `false`. When `true`, it will append CSV records to the specified file.
Expand Down

0 comments on commit 5c12dd7

Please sign in to comment.