Hi i downloaded a csvkit to my macbook everything went well by following the tutorial enter link description here however when i tried to convert the json files using this command
in2csv customers-page-1.json > customers-page-1.csv
This is the error
When converting a JSON document with a top-level dictionary element, a key must be specified.
I dont know what to put the or where to put the key as spcified by the error heres my json files
{
"page":1,
"pages":132,
"count":5945,
"items":[
{
"id":74798241,
"firstName":"Edyth",
"lastName":"U.",
"fullName":"Edyth U.",
"photoUrl":null,
"photoType":null,
"gender":"unknown",
"age":null,
"organization":null,
"jobTitle":null,
"location":null,
"createdAt":"2016-03-02T04:26:52Z",
"modifiedAt":"2016-03-02T04:26:52Z"
}]}