README is empty
Created
May 6, 2014 20:47
-
-
Save antoinecourtin/e10678af136c344da5a9 to your computer and use it in GitHub Desktop.
No name
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ville | |
Bruxelles | |
chalais | |
Compiègne | |
Francfort | |
hainburg an der donau | |
La Haye | |
Heidelberg | |
Neustadt | |
Prague | |
Solleure | |
Detern-stickhausen | |
Venise | |
Vienne | |
Rome | |
Ulm | |
Madrid | |
Londres | |
Constantinople | |
Coire | |
Paris | |
Hanau | |
Raguse | |
Turin | |
Munich | |
Augsbourg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "No name", | |
"state": "active", | |
"created": "2014-05-06T20:47:04.693Z", | |
"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, | |
"autoEdit": false, | |
"enableCellNavigation": true | |
} | |
} | |
}, | |
{ | |
"id": "graph", | |
"label": "Graph", | |
"type": "Graph" | |
}, | |
{ | |
"id": "map", | |
"label": "Map", | |
"type": "Map" | |
} | |
], | |
"id": "dataexplorer-236458", | |
"resources": [ | |
{ | |
"backend": "csv", | |
"path": "current.csv", | |
"schema": { | |
"fields": [ | |
{ | |
"id": "ville", | |
"label": "ville", | |
"type": "string", | |
"format": null, | |
"is_derived": false | |
} | |
] | |
} | |
}, | |
{ | |
"backend": "csv", | |
"path": "original.csv", | |
"id": "undefined-original", | |
"schema": { | |
"fields": [ | |
{ | |
"id": "ville", | |
"label": "ville", | |
"type": "string", | |
"format": null, | |
"is_derived": false | |
} | |
] | |
} | |
} | |
] | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); | |
}); |
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ville | |
Bruxelles | |
chalais | |
Compiègne | |
Francfort | |
hainburg an der donau | |
La Haye | |
Heidelberg | |
Neustadt | |
Prague | |
Solleure | |
Detern-stickhausen | |
Venise | |
Vienne | |
Rome | |
Ulm | |
Madrid | |
Londres | |
Constantinople | |
Coire | |
Paris | |
Hanau | |
Raguse | |
Turin | |
Munich | |
Augsbourg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment