{
  "fields": [{"type":"int","id":"_id"},{"type":"numeric","id":"classific_id"},{"type":"text","id":"name"},{"type":"text","id":"classification"},{"type":"numeric","id":"isImproved"},{"type":"numeric","id":"flushSewer"},{"type":"numeric","id":"flushOnsite"},{"type":"numeric","id":"initiallyContained"}],
  "records": [
    [1,1,"flushSewer","Flush / pour flush to piped sewer system ",1,1,0,1],
    [2,2,"flushSeptic","Flush / pour flush to septic tank ",1,0,1,1],
    [3,3,"flushPit","Flush / pour flush to pit latrine ",1,0,1,1],
    [4,4,"flushOpen","Flush / pour flush to open drain ",0,0,1,0],
    [5,5,"flushUnknown","Flush / pour flush to don't know where",0,0,1,0],
    [6,6,"pitSlab","Dry pit latrine with slab",1,0,0,1],
    [7,7,"pitNoSlab","Dry pit latrine without slab / open pit",0,0,0,1],
    [8,8,"compostingToilet","Composting toilet - other",1,0,0,1],
    [9,9,"bucketLatrine","Bucket toilet",0,0,0,0],
    [10,10,"containerBased","Container-based sanitation",1,0,0,1],
    [11,11,"hangingToilet","Hanging toilet / latrine",0,0,0,0],
    [12,12,"openDefecation","No facility / bush / field",0,0,0,0],
    [13,13,"other","Other (specify)",0,0,0,0]
]}
