Convert a JSON into CSV using jq

前端 未结 2 962
感动是毒
感动是毒 2021-01-27 12:49

I have a json file, which is stored in an environment variable temp.

{ \"users\": [ { \"username\": \"jack\", \"email\": \"jack@somewhere.com\",

2条回答
  •  走了就别回头了
    2021-01-27 12:53

    i got this working code click here

    
    
    
        Demo - Covnert JSON to CSV
        
        
    
        
    
    
        

    JSON

    
        

    CSV

    
    
    

    check out this link

提交回复
热议问题