You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -191,10 +191,10 @@ <h3>Parsing</h3>
191
191
<li><code>headers=false</code>: Ste to true if you expect the first line of your <code>CSV</code> to contain headers, alternatly you can specify an array of headers to use.</li>
192
192
<li><code>ignoreEmpty=false</code>: If you wish to ignore empty rows.</li>
193
193
<li><code>delimiter=','</code>: If your data uses an alternate delimiter such as <code>;</code> or <code>\t</code>.<ul>
194
-
<li><strong>NOTE</strong> When specifying an alternate <code>delimiter</code> you may only pass in a single character delimeter</li>
194
+
<li><strong>NOTE</strong> When specifying an alternate <code>delimiter</code> you may only pass in a single character delimiter</li>
195
195
</ul>
196
196
</li>
197
-
<li><code>quote='"'</code>: The character to use to escape values that contain a delimeter.</li>
197
+
<li><code>quote='"'</code>: The character to use to escape values that contain a delimiter.</li>
198
198
<li><code>escape='"'</code>: The character to use when escaping a value that is <code>quoted</code> and contains a <code>quote</code> character.<ul>
0 commit comments