Skip to content

Commit

Permalink
Clarifying error behavior of header row (issue #150)
Browse files Browse the repository at this point in the history
  • Loading branch information
mholt committed Jan 8, 2015
1 parent 281f591 commit 1e7ce91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ <h5 id="config-details">Config Options</h5>
<code>header</code>
</td>
<td>
If true, the first row of parsed data will be interpreted as field names. An array of field names will be returned in <a href="#meta">meta</a>, and each row of data will be an object of values keyed by field name instead of a simple array. Warning: Duplicate field names will overwrite values in previous fields having the same name.
If true, the first row of parsed data will be interpreted as field names. An array of field names will be returned in <a href="#meta">meta</a>, and each row of data will be an object of values keyed by field name instead of a simple array. Rows with a different number of fields from the header row will produce an error. Warning: Duplicate field names will overwrite values in previous fields having the same name.
</td>
</tr>
<tr>
Expand Down

0 comments on commit 1e7ce91

Please sign in to comment.