Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Write a program to convert JSON file to csv #6

Closed
chavarera opened this issue Jun 21, 2020 · 0 comments
Closed

Write a program to convert JSON file to csv #6

chavarera opened this issue Jun 21, 2020 · 0 comments

Comments

@chavarera
Copy link
Member

Problem statement
Write a program to convert JSON file to csv

input.json

[
  {
    "Name": "Akash",
    "age": 26,
    "birthyear": "1994"
  },
  {
    "Name": "Abhay",
    "age": 34,
    "birthyear": "1986"
  }
]

Output.csv

Name,age,birthyear
Akash,26,1994
Abhay,34,1986
@chavarera chavarera changed the title 6. Write a program to convert JSON file to csv Write a program to convert JSON file to csv Jun 21, 2020
chavarera added a commit that referenced this issue Jun 24, 2020
chavarera pushed a commit that referenced this issue Jul 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant