I am currently using Yahoo Pipes, which provides me with a JSON file with a URL.
I would like to get it and convert it to a CSV file, and I don't know where to start (I'm a complete newbie in Python).
How can I get JSON data from a URL?
How to convert it to CSV?
thank
source
share