README is empty
Created
May 19, 2014 17:08
-
-
Save marks/bea72464b168b35ef9d1 to your computer and use it in GitHub Desktop.
7c0608e3 fb4d-4fb3-928c-5351e5b9b122
This file contains hidden or 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
| Error: Invalid closing quote at line 1; found \" instead of delimiter | _noname_ |
|---|
This file contains hidden or 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": "7c0608e3 fb4d-4fb3-928c-5351e5b9b122", | |
| "state": "trash", | |
| "created": "2014-05-19T17:08:41.072Z", | |
| "sources": [ | |
| { | |
| "web": "http://54.204.10.90:5000/datastore/dump/7c0608e3-fb4d-4fb3-928c-5351e5b9b122" | |
| } | |
| ], | |
| "profiles": { | |
| "dataexplorer": "0.9" | |
| }, | |
| "scripts": [ | |
| { | |
| "id": "main.js", | |
| "path": "main.js" | |
| } | |
| ], | |
| "views": [ | |
| { | |
| "id": "grid", | |
| "label": "Grid", | |
| "type": "SlickGrid", | |
| "state": { | |
| "hiddenColumns": [], | |
| "columnsOrder": [], | |
| "columnsSort": {}, | |
| "columnsWidth": [ | |
| { | |
| "column": "del", | |
| "width": 38 | |
| }, | |
| { | |
| "column": "Error: Invalid closing quote at line 1; found \\\" instead of delimiter", | |
| "width": 364 | |
| }, | |
| { | |
| "column": "_noname_", | |
| "width": 287 | |
| } | |
| ], | |
| "columnsEditor": [], | |
| "options": {}, | |
| "fitColumns": false, | |
| "gridOptions": { | |
| "editable": true, | |
| "enabledAddRow": true, | |
| "enabledDelRow": true, | |
| "autoEdit": false, | |
| "enableCellNavigation": true | |
| } | |
| }, | |
| "queryState": { | |
| "size": 0, | |
| "from": 0, | |
| "q": "", | |
| "facets": {}, | |
| "filters": [], | |
| "sort": [ | |
| { | |
| "field": "_noname_", | |
| "order": "asc" | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "graph", | |
| "label": "Graph", | |
| "type": "Graph" | |
| }, | |
| { | |
| "id": "map", | |
| "label": "Map", | |
| "type": "Map" | |
| } | |
| ], | |
| "id": "dataexplorer-488481", | |
| "resources": [ | |
| { | |
| "backend": "csv", | |
| "id": "7c0608e3-fb4d-4fb3-928c-5351e5b9b122", | |
| "path": "current.csv", | |
| "schema": { | |
| "fields": [ | |
| { | |
| "id": "Error: Invalid closing quote at line 1; found \\\" instead of delimiter", | |
| "label": "Error: Invalid closing quote at line 1; found \\\" instead of delimiter", | |
| "type": "string", | |
| "format": null, | |
| "is_derived": false | |
| }, | |
| { | |
| "id": "_noname_", | |
| "label": "_noname_", | |
| "type": "string", | |
| "format": null, | |
| "is_derived": false | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "backend": "csv", | |
| "id": "7c0608e3-fb4d-4fb3-928c-5351e5b9b122-original", | |
| "path": "original.csv", | |
| "schema": { | |
| "fields": [ | |
| { | |
| "id": "Error: Invalid closing quote at line 1; found \\\" instead of delimiter", | |
| "label": "Error: Invalid closing quote at line 1; found \\\" instead of delimiter", | |
| "type": "string", | |
| "format": null, | |
| "is_derived": false | |
| }, | |
| { | |
| "id": "_noname_", | |
| "label": "_noname_", | |
| "type": "string", | |
| "format": null, | |
| "is_derived": false | |
| } | |
| ] | |
| } | |
| } | |
| ] | |
| } |
This file contains hidden or 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); | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment