{
	"file": "./data/2016/astm/ASTM.xlsx",
	"resource_name": "ASTM-BOOKS",
	"resource_type": "Books",
	"sheet_name": "Hoja1",
	"conditions": [{
		"column": 17,
		"alias": "ft_total",
		"where":{
			"contains":"ft_total"
		}
	}, {
		"column": 13,
		"alias": "is_book",
		"where":{
			"contains":"Book"
		}
	}, {
		"column": 14,
		"alias": "primer_mes",
		"type": "month",
		"where":{
			"equals":"0"
		}
	}],
	"results": [{
		"alias": "institucion",
		"column": 5
	}, {
		"alias": "ene_2016",
		"column": 18
	}, {
		"alias": "feb_2016",
		"column": 18,
		"relative_y": 3
	}, {
		"alias": "mar_2016",
		"column": 18,
		"relative_y": 6
	}, {
		"alias": "abr_2016",
		"column": 18,
		"relative_y": 9
	}],
	"group":"institucion",
	"order":"institucion",
	"attributes":["institucion","SUM(ene_2016) AS ene_2016","SUM(feb_2016) AS feb_2016","SUM(mar_2016) AS mar_2016","SUM(abr_2016) AS abr_2016"]
}