mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-07-02 11:01:34 +02:00
Updated Import (markdown)
+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.) |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user