From d171591ded768ca9bd702c2cc1902d77c385765e Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Tue, 16 Dec 2025 10:39:49 -0300 Subject: [PATCH] Updated Import (markdown) --- Import.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Import.md b/Import.md index b2c0849..2ac1666 100644 --- a/Import.md +++ b/Import.md @@ -210,7 +210,7 @@ mapping: replacement: "" ``` -### deduplication (required) +### deduplication Currently there's only one deduplication rule type: @@ -228,8 +228,10 @@ Lastly, use `fields` to name what to compare against (use the target naming). deduplication: - type: compare fields: - - internal_id - - name + - date + - amount + - account + - entities match_type: strict ```