Skip to content

Instantly share code, notes, and snippets.

@mklarmann
Created June 10, 2014 18:16
Show Gist options
  • Save mklarmann/aab63029cf87003e8816 to your computer and use it in GitHub Desktop.
Save mklarmann/aab63029cf87003e8816 to your computer and use it in GitHub Desktop.
ZweiterTestNamenDaten - README is empty

README is empty

We can make this file beautiful and searchable if this error is corrected: Unquoted fields do not allow new line <"\n"> in line 2.
Schweinefleisch,Schweinefleisch NaN
Schweinefleisch,"Schweinefleisch (Schnitzelfleisch) "
Schweinefleisch,"Schweinsgeschnetzeltes "
Schweinefleisch,"Schweinshackfleisch "
Schweinefleisch,"Schweinskotlett "
Schweinefleisch,"Filet (Schwein) "
Schweinefleisch,"Fleisch (400g, vom Schwein) "
Olivenöl,"Olivenöl "
Olivenöl,"Öl (Oliven) "
Olivenöl,"Olivenöl, kaltgepresst "
Zitronen,"Zitronen "
Zitronen,"Zitrone "
Zitronen,"Zitronen (Schale) "
Zitronen,"Zitrone, klein "
Apfel,"Apfel "
Apfel,"Apfel (Granny Smith) "
Apfel,"Boskop "
Apfel,"Äpfel "
Apfel,"Äpfel - Golden Delicious "
Apfel,"Apfelschale "
Apfel,"Apfelschnitz "
Milch,"Milch "
Milch,"Vollmilch "
Milch,"Bio Knospe Milch "
Milch,"Pastmilch offen "
Milch,"Milch (heiss) "
Milch,"Kuhmilch "
Tomaten,"Tomaten, frisch "
Tomaten,"Tomaten, geschält "
Tomaten,"Fleischtomate "
Tomaten,"Flaschentomate "
Eier,"Eier, geschlagen "
Eier,"Ei (klein) "
Tomaten,"Tomaten "
{
"name": "ZweiterTestNamenDaten",
"state": "active",
"created": "2014-06-10T18:16:35.812Z",
"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": 33,
"from": 0,
"q": "",
"facets": {},
"filters": []
}
},
{
"id": "graph",
"label": "Graph",
"type": "Graph"
},
{
"id": "map",
"label": "Map",
"type": "Map"
}
],
"id": "dataexplorer-166272",
"username": "mklarmann",
"resources": [
{
"backend": "csv",
"id": "ZweiterTestNamenDaten",
"filename": "ZweiterTestNamenDaten.csv",
"path": "current.csv",
"schema": {
"fields": [
{
"id": "Schweinefleisch",
"label": "Schweinefleisch",
"type": "string",
"format": null,
"is_derived": false
},
{
"id": "Schweinefleisch\rNaN",
"label": "Schweinefleisch\rNaN",
"type": "string",
"format": null,
"is_derived": false
}
]
}
},
{
"backend": "csv",
"id": "ZweiterTestNamenDaten-original",
"filename": "ZweiterTestNamenDaten.csv",
"path": "original.csv",
"schema": {
"fields": [
{
"id": "Schweinefleisch",
"label": "Schweinefleisch",
"type": "string",
"format": null,
"is_derived": false
},
{
"id": "Schweinefleisch\rNaN",
"label": "Schweinefleisch\rNaN",
"type": "string",
"format": null,
"is_derived": false
}
]
},
"fields": []
}
]
}
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: Unquoted fields do not allow new line <"\n"> in line 2.
Schweinefleisch,Schweinefleisch NaN
Schweinefleisch,"Schweinefleisch (Schnitzelfleisch) "
Schweinefleisch,"Schweinsgeschnetzeltes "
Schweinefleisch,"Schweinshackfleisch "
Schweinefleisch,"Schweinskotlett "
Schweinefleisch,"Filet (Schwein) "
Schweinefleisch,"Fleisch (400g, vom Schwein) "
Olivenöl,"Olivenöl "
Olivenöl,"Öl (Oliven) "
Olivenöl,"Olivenöl, kaltgepresst "
Zitronen,"Zitronen "
Zitronen,"Zitrone "
Zitronen,"Zitronen (Schale) "
Zitronen,"Zitrone, klein "
Apfel,"Apfel "
Apfel,"Apfel (Granny Smith) "
Apfel,"Boskop "
Apfel,"Äpfel "
Apfel,"Äpfel - Golden Delicious "
Apfel,"Apfelschale "
Apfel,"Apfelschnitz "
Milch,"Milch "
Milch,"Vollmilch "
Milch,"Bio Knospe Milch "
Milch,"Pastmilch offen "
Milch,"Milch (heiss) "
Milch,"Kuhmilch "
Tomaten,"Tomaten, frisch "
Tomaten,"Tomaten, geschält "
Tomaten,"Fleischtomate "
Tomaten,"Flaschentomate "
Eier,"Eier, geschlagen "
Eier,"Ei (klein) "
Tomaten,"Tomaten "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment