Updated Import (markdown)

Herculino Trotta
2025-12-16 10:21:50 -03:00
parent 750682ed89
commit 0d8de1cc5b
+1 -1
@@ -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.) |