Skip to content

Commit

Permalink
add yaml to list of supported append data fns
Browse files Browse the repository at this point in the history
  • Loading branch information
mhkeller committed Jan 10, 2016
1 parent 11c3bab commit 09bf0d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -988,6 +988,7 @@ writers.writeDataSync = function (outPath, data, opts_) {
* * `.csv` Comma-separated
* * `.tsv` Tab-separated
* * `.psv` Pipe-separated
* * `.yaml` or `.yml` Yaml
*
* *Note: Does not currently support .dbf files.*
*
Expand Down Expand Up @@ -1039,7 +1040,7 @@ writers.appendData = function (outPath, data, opts_, cb) {
}

/**
* Synchronous version of {@link writers#appendData}
* Synchronous version of {@link writers#appendData}. See that function for supported formats
*
* @param {String} fileName the name of the file
* @param {Object} [options] Optional config object, see below
Expand Down

0 comments on commit 09bf0d3

Please sign in to comment.