Skip to content

Commit

Permalink
move comma in input json example (#26)
Browse files Browse the repository at this point in the history
moved comma to parse jason successfully
  • Loading branch information
fivetran-abdulsalam authored Apr 1, 2024
1 parent adcb5c9 commit 1fabb76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/destination-tester/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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": []
}
Expand Down

0 comments on commit 1fabb76

Please sign in to comment.