Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

1. VPN


2. login



3. data access



Tool for conversion of JSON to CSV files: dasel on MAC. brew install dasel

$ dasel -r json -w csv < sample.json 
color,id,value
red,1,#f00
green,2,#0f0
blue,3,#00f

Nope, didn't work. Evidently json2tsv works better?

  • No labels