From 1fabb7626b6ec81a4f56d49a16a654210cb1d0be Mon Sep 17 00:00:00 2001 From: Abdul Salam <104752966+fivetran-abdulsalam@users.noreply.github.com> Date: Mon, 1 Apr 2024 08:56:57 +0530 Subject: [PATCH] move comma in input json example (#26) moved comma to parse jason successfully --- tools/destination-tester/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/destination-tester/README.md b/tools/destination-tester/README.md index 003b716..62d5302 100644 --- a/tools/destination-tester/README.md +++ b/tools/destination-tester/README.md @@ -56,8 +56,8 @@ Here is an example input file named `input_1.json`: }, "campaign": { "columns": { - "name": "STRING" - "num": {"type": "DECIMAL", "precision": 6, "scale": 3}, + "name": "STRING", + "num": {"type": "DECIMAL", "precision": 6, "scale": 3} }, "primary_key": [] }