We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa54256 + 07e2de1 commit a4fb741Copy full SHA for a4fb741
content/docs/references/data/mapping.mdx
@@ -41,7 +41,7 @@ const result = MappingSchema.parse(data);
41
| **fromField** | `string` | optional | Match on field (e.g. "name") for lookup |
42
| **toField** | `string` | optional | Value to take (e.g. "_id") for lookup |
43
| **autoCreate** | `boolean` | optional | Create if missing for lookup |
44
-| **valueMap** | `Record<string, any>` | optional | Value mapping for map transform (e.g. { "Open": "draft" }) |
+| **valueMap** | `Record<string, any>` | optional | Value mapping for map transform (e.g. `{ "Open": "draft" }`) |
45
| **separator** | `string` | optional | Separator for split/join transforms |
46
47
---
0 commit comments