Updated Import (markdown)

Herculino Trotta
2025-12-16 12:43:41 -03:00
parent 4aa86caf4e
commit db13f94241
+1 -1
@@ -173,7 +173,7 @@ For targets `account_currency`, `account_exchange_currency` and `currency_exchan
##### `create`
For targets `tags`, `entities`, `tags`, `entities` and `account_group` you can set create to `true` or `false`. Defaulting to `true`. This will create new objects if they don't exist. This can only be used with type `name`.
For targets `tags`, `entities`, `category`, and `account_group` you can set create to `true` or `false`. Defaulting to `true`. This will create new objects if they don't exist. This can only be used with type `name`.
##### `format`
For targets `date` and `reference_date`, you **must** set the `format` config with a valid [Datetime format](https://docs.python.org/3/library/datetime.html#strftime-and-strptime-format-codes). This can also be a list of formats, each one will be tried a match is found.