jamesaoverton/curatron

Create script to generate meta-tables

Closed this issue · 0 comments

Eventually this could be fancy, but for now it should be pretty simple. Building on #1 and jamesaoverton/cmi-pb-terminology#18, given a reference ID such as "1037960":

  1. read the fetched JSON from build/ref:1037960/*
  2. generate TSV tables for table, column, datatype in build/ref:1037960/

We actually want two sets of tables for each JSON file from #1:

  1. a subset table, with just the columns of interest
  2. a full table, for comparison This can be handled by ontodev/sprocket#11