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