Option skip_empty_lines
The skip_empty_lines
skips any line which is empty.
- Type:
boolean
- Optional
- Default:
false
- Since: 0.0.5
- Related:
skip_records_with_error
,trim
— see Available Options
Example
The option.skip_empty_line.js
example activates the option by setting its value to true
:
Whitespace characters
The line must be completely empty, without any characters including spaces and tabs. If you happens to have such characters, you can associate the skip_empty_lines
option with the trim
option:
Another possibility includes using a combination of skip_records_with_empty_values
and relax_column_count
.