From 809df3ef52e40adceda5eb56339655850dfda552 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Sun, 20 May 2018 15:53:04 -0400 Subject: [PATCH] add notes on definition schema --- readme.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index f39a7af..f6d4a8a 100644 --- a/readme.md +++ b/readme.md @@ -81,13 +81,14 @@ source definition * no primary key? * every document must work out to one row +``` { "name":"sample_name", "source":"client_file", "loading_function":"csv" - "constrain":[ + "constraint":[ "{date}", - "{level1,item3,field}" + "{doc,origin_addresses,0}" ], "table_schema":[ { @@ -100,4 +101,4 @@ source definition } ] } - +``` \ No newline at end of file