Published
Edited
Apr 4, 2020
Fork of Saving CSV
Insert cell
Insert cell
md `## 1. Copy the notebook json specification from foretold`
Insert cell
Insert cell
Insert cell


// downloadNotebookAsCsv(notebook)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
function processName(name){
let nameWithoutMetaData = name.replace('@locations/n-','')
let capitalize = (s) => {
if (typeof s !== 'string') return ''
return s.charAt(0).toUpperCase() + s.slice(1)
}
let nameCapitalized = capitalize(nameWithoutMetaData)
return nameCapitalized
}
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
md`### Saving CSV`
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more