cncf / filterable-landscape

Interactive version of the Cloud Native Landscape
https://landscape.cncf.io/
Apache License 2.0
9 stars 12 forks source link

CSV Export #140

Closed dankohn closed 6 years ago

dankohn commented 6 years ago

Use a library like https://www.npmjs.com/package/json2csv to convert JSON to CSV in the browser. This should download the current view.

AndreyKozlov1984 commented 6 years ago

We can export with filters applied, do you want that too ?

AndreyKozlov1984 commented 6 years ago

It is pretty easy to create a CSV straight from the javascript in the browser these days

dankohn commented 6 years ago

This is marked later. Lets worry about it in a month.

AndreyKozlov1984 commented 6 years ago

Ok.

dankohn commented 6 years ago

This should be able to use a library like https://www.npmjs.com/package/json2csv to convert to CSV in the browser without needing any new pre-processing work.

dankohn commented 6 years ago

Kamino closed and cloned this issue to cncf/landscape