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.) |