diff --git a/test2 b/test2 new file mode 100644 index 0000000..9e2bb6e --- /dev/null +++ b/test2 @@ -0,0 +1,41 @@ +insert into evt.bpr(bpr) + SELECT +$${ + "gl": { + "lines": [ + { + "amount": 4.00, + "account": "h.maint.cars" + }, + { + "amount": -4.00, + "account": "h.dcard" + } + ], + "jpath": [ + [ + "{item,0}", + "{header}" + ], + [ + "{item,0}", + "{header}" + ] + ] + }, + "item": [ + { + "item": "light bulb", + "amount": 4.00, + "reason": "repair", + "account": "h.maint.cars" + } + ], + "header": { + "entity": "home", + "module": "MHI", + "offset": "h.dcard", + "transaction": "purchase", + "date": "2018-09-01" + } +}$$::jsonb bpr \ No newline at end of file diff --git a/test3 b/test3 new file mode 100644 index 0000000..ad4076e --- /dev/null +++ b/test3 @@ -0,0 +1,41 @@ +insert into evt.bpr(bpr) + SELECT +$${ + "gl": { + "lines": [ + { + "amount": 5.00, + "account": "h.maint.cars" + }, + { + "amount": -5.00, + "account": "h.dcard" + } + ], + "jpath": [ + [ + "{item,0}", + "{header}" + ], + [ + "{item,0}", + "{header}" + ] + ] + }, + "item": [ + { + "item": "light bulb", + "amount": 5.00, + "reason": "repair", + "account": "h.maint.cars" + } + ], + "header": { + "entity": "home", + "module": "MHI", + "offset": "h.dcard", + "transaction": "purchase", + "date": "2018-11-01" + } +}$$::jsonb bpr \ No newline at end of file