Skip to content

JSON file #36

@mwallach

Description

@mwallach

I have json file that looks like below. json2csv works if I make this each entry a single line. Is this format it fails. I there a way for json2csv handle file formatted in this way?
{
“count”:10,
“entries”:
[
{
“id”:20232913,
“application”:“AuditExampleLogin1”,
“user”:“TestUser”,
“time”:“2018-08-15T23:59:40.186-07:00”,
“values”:
null
},
{
“id”:20232914,
“application”:“AuditExampleLogin1”,
“user”:“AUser”,
“time”:“2018-08-15T23:59:55.186-07:00”,
“values”:
null
},

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions