From 4aa86caf4ea4e02ecad114ebb97a88c2b5c6cad5 Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Tue, 16 Dec 2025 10:48:27 -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 6ef49b3..349ab45 100644 --- a/Import.md +++ b/Import.md @@ -69,7 +69,7 @@ The common fields are: | target | str | *required | Field to map to | | source | Optional[str] or Optional[list] | None | The name of the CSV column you want to map to. If empty or not defined, the field will be generated from default, transformations or ignored. | | default | Optional[str] | None | The default value if none present | -| required | bool | false | If this value should be present. Will halt execution or skip row depending on "skip_lines" setting. | +| required | bool | false | If this value should be present. Will halt execution or skip row depending on "skip_errors" setting. | #### transformations