learntextvis / textkit

Command line tool for manipulating and analyzing text
MIT License
28 stars 6 forks source link

Add tool to combine JSON files #3

Open vlandham opened 8 years ago

vlandham commented 8 years ago

Input: 1 or more JSON document files Output: single JSON document file with common objects from input file combined into a single document object.

Default matching attribute: id Default carry over of duplicate fields: use value from first input document.