Open a terminal, run this:
sudo curl https://gist.githubusercontent.com/gremau/290ab394c9bf2d6d03c18444ff60c225/raw/trello-parser.py -o /usr/local/bin/trelloparse && sudo chmod +x /usr/local/bin/trelloparse
$ trelloparse -h
usage: tp [-h] input output
positional arguments:
input JSON File from Trello
output File to output to
optional arguments:
-h, --help show this help message and exit
$ trelloparse ZRwW5Yyn.json output.json
To get the output in CSV format, use https://json-csv.com/