README is empty
Created
May 11, 2015 20:37
-
-
Save OpenCoderX/cd1906cda4b8f18375cd to your computer and use it in GitHub Desktop.
No name
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
10001 | 100011 | |
---|---|---|
10001 | 000102GL | |
10001 | 000102GX | |
10001 | 000102G2 | |
10001 | 000102G3 | |
10001 | 000102H0 | |
10001 | 000102JG | |
10001 | 000102JK | |
10001 | 000102JP | |
10001 | 000102TF | |
10001 | 000102TN | |
10001 | 000102TT | |
10001 | 000102TV | |
10001 | 000102TW | |
10001 | 000102VA | |
10001 | 000102VF |
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": "No name", | |
"state": "active", | |
"created": "2015-05-11T20:37:34.030Z", | |
"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 | |
} | |
} | |
}, | |
{ | |
"id": "graph", | |
"label": "Graph", | |
"type": "Graph" | |
}, | |
{ | |
"id": "map", | |
"label": "Map", | |
"type": "Map" | |
} | |
], | |
"id": "dataexplorer-11126", | |
"resources": [ | |
{ | |
"backend": "csv", | |
"path": "current.csv", | |
"schema": { | |
"fields": [ | |
{ | |
"id": "10001", | |
"label": "10001", | |
"type": "string", | |
"format": null, | |
"is_derived": false | |
}, | |
{ | |
"id": "100011", | |
"label": "100011", | |
"type": "string", | |
"format": null, | |
"is_derived": false | |
} | |
] | |
} | |
}, | |
{ | |
"backend": "csv", | |
"path": "original.csv", | |
"id": "undefined-original", | |
"schema": { | |
"fields": [ | |
{ | |
"id": "10001", | |
"label": "10001", | |
"type": "string", | |
"format": null, | |
"is_derived": false | |
}, | |
{ | |
"id": "100011", | |
"label": "100011", | |
"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); | |
}); |
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
10001 | 000102GL | |
---|---|---|
10001 | 000102GX | |
10001 | 000102G2 | |
10001 | 000102G3 | |
10001 | 000102H0 | |
10001 | 000102JG | |
10001 | 000102JK | |
10001 | 000102JP | |
10001 | 000102TF | |
10001 | 000102TN | |
10001 | 000102TT | |
10001 | 000102TV | |
10001 | 000102TW | |
10001 | 000102VA | |
10001 | 000102VF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment