Skip to content

Instantly share code, notes, and snippets.

@marks
Created May 19, 2014 17:09
Show Gist options
  • Select an option

  • Save marks/41e699b733f7c84dfd13 to your computer and use it in GitHub Desktop.

Select an option

Save marks/41e699b733f7c84dfd13 to your computer and use it in GitHub Desktop.
7c0608e3 fb4d-4fb3-928c-5351e5b9b122

README is empty

Error: Invalid closing quote at line 1; found \" instead of delimiter _noname_
{
"name": "7c0608e3 fb4d-4fb3-928c-5351e5b9b122",
"state": "active",
"created": "2014-05-19T17:09:33.283Z",
"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-915858",
"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
}
]
}
}
]
}
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