Updated Import (markdown)

Herculino Trotta
2025-12-16 10:48:27 -03:00
parent d960e67af3
commit 4aa86caf4e
+1 -1
@@ -69,7 +69,7 @@ The common fields are:
| target | str | *required | Field to map to | | 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. | | 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 | | 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 #### transformations