mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 20:44:32 -05:00
@@ -47,6 +47,7 @@ async function parseCSV(filepath, options: { delimiter?: string } = {}) {
|
||||
quote: '"',
|
||||
trim: true,
|
||||
relax_column_count: true,
|
||||
skip_empty_lines: true,
|
||||
});
|
||||
} catch (err) {
|
||||
errors.push({
|
||||
|
||||
6
upcoming-release-notes/951.md
Normal file
6
upcoming-release-notes/951.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [aaroneiche]
|
||||
---
|
||||
|
||||
Forces CSV importer to ignore extra lines ensuring valid import field keys.
|
||||
Reference in New Issue
Block a user