From db13f9424101e46d2ad79c00ed1c924181dd098b Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Tue, 16 Dec 2025 12:43:41 -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 349ab45..9c7f357 100644 --- a/Import.md +++ b/Import.md @@ -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.