fix: skip empty lines
This commit is contained in:
parent
ad38976e86
commit
3051df3e8b
|
|
@ -114,6 +114,7 @@ export function parseCsv(
|
||||||
bom,
|
bom,
|
||||||
comment,
|
comment,
|
||||||
trim,
|
trim,
|
||||||
|
skip_empty_lines: true,
|
||||||
relax_column_count: true,
|
relax_column_count: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue