fix: skip empty lines

This commit is contained in:
hypercross 2026-04-07 12:11:01 +08:00
parent ad38976e86
commit 3051df3e8b
1 changed files with 1 additions and 0 deletions

View File

@ -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,
}); });