konklone / json

A free, in-browser JSON to CSV converter.
https://konklone.io/json/
Other
753 stars 211 forks source link

How can I convert this json file to .csv? #241

Open Ribera1 opened 4 years ago

Ribera1 commented 4 years ago

http://share-irisa.univ-ubs.fr/octopusted/pub/fd-TED/cpv.json

I've been trying online converters and Rstudio with the following code but nothing worked:

Activate rjson

library(rjson) setwd("C:/Users......")

Import data from json file

JsonData <- fromJSON(file= "http://share-irisa.univ-ubs.fr/octopusted/pub/fd-TED/cpv.json")