Skip to content

Commit ca9ec18

Browse files
authored
Update Fix-User-Guide.md
1 parent 6c94aa2 commit ca9ec18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/fix/Fix-User-Guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ copy_field("<sourceField>", "<targetField>")
107107
To address the source or target element here, you need to provide the path to the element.
108108
Metafacture Fix uses a path syntax that is JSON-Path-like but not identical. It also uses the dot notation but there are some differences with the path structure of arrays and repeated fields. Especially when working with JSON, YAML, or records with repeated fields.
109109

110-
```
110+
```yaml
111111
a : simpleField
112112
b : c : objectField1
113113
d : objectField2

0 commit comments

Comments
 (0)