Public
Edited
Mar 2, 2023
Fork of json to csv
Insert cell
Insert cell
Insert cell
results[0]
Insert cell
results_processed = results.map( d => {
return {
eeveeUrl: d.eeveeRenderPath.replace('/home/ubuntu/out-4/', 'https://xn--g08h.img.rodeo/image/upload/blender-2023-03-01/').replace('eeevee', 'eevee'
),
cloudinaryUrl: d.cloudinaryUrl,
eeveeTime: d.eeveeTime,
cloudinaryTime: d.cloudinaryTime
}
} );
Insert cell
results_processed
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
results_processed[0]
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