Skip to content

Commit 2777853

Browse files
authored
Update rules.md
1 parent aab12dd commit 2777853

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/home/rules.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ In the table bellow all the rules of [RFC-4180](https://www.ietf.org/rfc/rfc4180
3030
</tr>
3131
<tr>
3232
<td style="text-align: left;"><em>There maybe an optional header line appearing as<br> the first line of the file with the same format<br> as normal record lines. This header will contain<br> names corresponding to the fields in the file and<br> should contain the same number of fields as the<br> records in the rest of the file.</em></td>
33-
<td style="text-align: left;">In the same way. The presence or absence of the<br> header line should be indicated via the optional<br> "header".</td>
33+
<td style="text-align: left;">In the same way. The presence or absence of the<br> header line should be indicated via the optional<br> "HeadersOmission" parameter.</td>
3434
</tr>
3535
<tr>
3636
<td style="text-align: left;"><em>Within the header and each record, there may be<br> one or more fields, separated by commas. Each<br> line should contain the same number of fields<br> throughout the file. Spaces are considered part<br> of a field and should not be ignored. The last<br> field in the record must not be followed by a<br> comma.</em></td>
37-
<td style="text-align: left;">In the same way. The spaces betwen the fields<br> separator char and a single filed is ignored<br> only if that filed need to be escaped.</td>
37+
<td style="text-align: left;">The class accepts CSV files with different numbers<br> of fields per record. The spaces betwen the<br> fields separator char and a single field is ignored<br> only if that field need to be escaped.</td>
3838
</tr>
3939
<tr>
4040
<td style="text-align: left;"><em>Each field may or may not be enclosed in double<br> quotes (however some programs, such as Microsoft<br> Excel, do not use double quotes at all). If<br> fields are not enclosed with double quotes, then<br> double quotes may not appear inside the fields</em></td>
@@ -49,4 +49,4 @@ In the table bellow all the rules of [RFC-4180](https://www.ietf.org/rfc/rfc4180
4949
<td style="text-align: left;">Ignored rule. The class accepts the apostrophe<br> as escape char, and follow the specs claims<br> may cause conflict with some abbreviate US<br> slangs (e.g.: "<strong>isn't</strong>").</td>
5050
</tr>
5151
</tbody>
52-
</table>
52+
</table>

0 commit comments

Comments
 (0)