If true, lines that are completely empty will be skipped. An empty line is defined to be one which evaluates to empty string.
If true, lines that are completely empty will be skipped. An empty line is defined to be one which evaluates to empty string.
</td>
</td>
</tr>
</tr>
<tr>
<td>
<code>skipNoContentLines</code>
</td>
<td>
If true, lines that don't have any content will be skipped. Lacking content is defined as having only delimiters, quotes, and whitespace. <code>skipNoContentLines</code> can be set alongside <code>skipEmptyLines</code> or instead of <code>skipEmptyLines</code> and retain the same functionality.