Skip to content

Mapping Format

Nolan Nichols edited this page Nov 2, 2016 · 1 revision

JSON Mapping Format

Use a json file to handle the mappings for the contents of all files into a common representation of both column names and .

{
  "filename":
  {
    "field1": 
    {
      "mapping": "common_value",
      "annotation": "url_to_concept",
      "value1": "mapped_value1",
      "value_n": "mapped_value_n"
    }
  }
}
Clone this wiki locally