fix: skip empty lines
This commit is contained in:
@@ -114,6 +114,7 @@ export function parseCsv(
|
||||
bom,
|
||||
comment,
|
||||
trim,
|
||||
skip_empty_lines: true,
|
||||
relax_column_count: true,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user