Skip to content

Instantly share code, notes, and snippets.

@napo
Created June 13, 2014 14:31
Show Gist options
  • Save napo/c5fd58fdfc6315799a6b to your computer and use it in GitHub Desktop.
Save napo/c5fd58fdfc6315799a6b to your computer and use it in GitHub Desktop.
sicilia

README is empty

Regione CITTA Linea COD Nome Indirizzo
Sicilia MELILLI (SIRACUSA) Linea 1 PAC02L1_00247 MEDILINK S.R.L. VIA PARMA 36/A - Frazione CITTA' GIARDINO
Sicilia PALERMO Linea 1 PAC02L1_00086 3OS SRL Via Rosolino Pilo 20
Sicilia CATANIA Linea 1 PAC02L1_00106 MIRC srl via Cervigliano 29
Sicilia SAN GREGORIO DI CATANIA (CATANIA) Linea 1 PAC02L1_00269 GFM Integration Srl VIA XX SETTEMBRE 3
Sicilia TREMESTIERI ETNEO (CATANIA) Linea 1 PAC02L1_00255 Agile Srl via G. Almirante
{
"name": "sicilia",
"state": "active",
"created": "2014-06-13T14:31:00.399Z",
"sources": [
{}
],
"profiles": {
"dataexplorer": "0.9"
},
"scripts": [
{
"id": "main.js",
"path": "main.js"
}
],
"views": [
{
"id": "grid",
"label": "Grid",
"type": "SlickGrid",
"state": {
"gridOptions": {
"editable": true,
"enabledAddRow": true,
"enabledDelRow": true,
"enableReOrderRow": true,
"autoEdit": false,
"enableCellNavigation": true
}
},
"queryState": {
"size": 5,
"from": 0,
"q": "",
"facets": {},
"filters": []
}
},
{
"id": "graph",
"label": "Graph",
"type": "Graph"
},
{
"id": "map",
"label": "Map",
"type": "Map"
}
],
"id": "dataexplorer-885083",
"resources": [
{
"backend": "csv",
"id": "sicilia",
"filename": "sicilia.csv",
"delimiter": ";",
"path": "current.csv",
"schema": {
"fields": [
{
"id": "Regione",
"label": "Regione",
"type": "string",
"format": null,
"is_derived": false
},
{
"id": "CITTA",
"label": "CITTA",
"type": "string",
"format": null,
"is_derived": false
},
{
"id": "Linea",
"label": "Linea",
"type": "string",
"format": null,
"is_derived": false
},
{
"id": "COD",
"label": "COD",
"type": "string",
"format": null,
"is_derived": false
},
{
"id": "Nome",
"label": "Nome",
"type": "string",
"format": null,
"is_derived": false
},
{
"id": "Indirizzo",
"label": "Indirizzo",
"type": "string",
"format": null,
"is_derived": false
}
]
}
},
{
"backend": "csv",
"id": "sicilia-original",
"filename": "sicilia.csv",
"delimiter": ";",
"path": "original.csv",
"schema": {
"fields": [
{
"id": "Regione",
"label": "Regione",
"type": "string",
"format": null,
"is_derived": false
},
{
"id": "CITTA",
"label": "CITTA",
"type": "string",
"format": null,
"is_derived": false
},
{
"id": "Linea",
"label": "Linea",
"type": "string",
"format": null,
"is_derived": false
},
{
"id": "COD",
"label": "COD",
"type": "string",
"format": null,
"is_derived": false
},
{
"id": "Nome",
"label": "Nome",
"type": "string",
"format": null,
"is_derived": false
},
{
"id": "Indirizzo",
"label": "Indirizzo",
"type": "string",
"format": null,
"is_derived": false
}
]
}
}
]
}
loadDataset("current", function (error, dataset) {
// error will be null unless there is an error
// dataset is a Recline memory store (http://reclinejs.com//docs/src/backend.memory.html).
console.log(dataset);
});
Sicilia MELILLI (SIRACUSA) Linea 1 PAC02L1_00247 MEDILINK S.R.L. VIA PARMA 36/A - Frazione CITTA' GIARDINO
Sicilia PALERMO Linea 1 PAC02L1_00086 3OS SRL Via Rosolino Pilo 20
Sicilia CATANIA Linea 1 PAC02L1_00106 MIRC srl via Cervigliano 29
Sicilia SAN GREGORIO DI CATANIA (CATANIA) Linea 1 PAC02L1_00269 GFM Integration Srl VIA XX SETTEMBRE 3
Sicilia TREMESTIERI ETNEO (CATANIA) Linea 1 PAC02L1_00255 Agile Srl via G. Almirante
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment