From 0d8de1cc5b84207c840d8abfcce6bedb12d9eb47 Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Tue, 16 Dec 2025 10:21:50 -0300 Subject: [PATCH] Updated Import (markdown) --- Import.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Import.md b/Import.md index d28367f..b2c0849 100644 --- a/Import.md +++ b/Import.md @@ -41,7 +41,7 @@ Each YAML schema is composed of 3 nodes | skip_errors | bool | false | Whether to continue on row errors or halt execution | | delimiter | str | "," | CSV delimiter character | | encoding | str | "utf-8" | File encoding | -| skip_lines | int | 0 | Number of header lines to skip | +| skip_lines | int | 0 | Number of surplus CSV lines to skip ****above**** the column headers. ****Do not use this to skip the column header row, it is needed for the import to work**** | | trigger_transaction_rules | bool | true | Whether to trigger created transaction rules when importing a new transaction | | importing | str | *required | Type of data being imported (transactions, accounts, currencies, etc.) |