mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-05-31 03:40:49 +02:00
Updated Import (markdown)
+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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user