Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C csvkit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 61
    • Issues 61
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • wireservice
  • csvkit
  • Issues
  • #365
Closed
Open
Issue created Nov 26, 2014 by Administrator@rootContributor

in2csv from JSON to csv

Created by: kboghdady

I am having this issue I have this JSON file as follow

[
{
    "ID": "15",
    "address": {
      "address": "300 my addres",
      "address2": "APT 233",
      "city": "Stanford",
      "fax": "(111)345 345",
      "name": "Pie",
      "officeName": "My office",
      "phoneNumbers": [
        "(623) 222 222"
      ],
      "state": "CA",
      "title": "IT",
      "zip": "22222"
    }
  }
]

If I use the cat jsonfile | in2csv -f json -v the result will be

ID,address
15,

If I use the web tool it works just fine . !! Any suggestions ???

Assignee
Assign to
Time tracking