From ca9ec185959decd28f036fc015804441afffd232 Mon Sep 17 00:00:00 2001 From: TobiasNx <61879957+TobiasNx@users.noreply.github.com> Date: Mon, 7 Oct 2024 16:10:28 +0200 Subject: [PATCH] Update Fix-User-Guide.md --- docs/fix/Fix-User-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fix/Fix-User-Guide.md b/docs/fix/Fix-User-Guide.md index 1e65eaa..f7ea6f6 100644 --- a/docs/fix/Fix-User-Guide.md +++ b/docs/fix/Fix-User-Guide.md @@ -107,7 +107,7 @@ copy_field("", "") To address the source or target element here, you need to provide the path to the element. 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. -``` +```yaml a : simpleField b : c : objectField1 d : objectField2