fix: skip empty lines

This commit is contained in:
2026-04-07 12:11:01 +08:00
parent ad38976e86
commit 3051df3e8b
+1
View File
@@ -114,6 +114,7 @@ export function parseCsv(
bom,
comment,
trim,
skip_empty_lines: true,
relax_column_count: true,
});