-2

I have a json object:

{
  "name":"ABC",
  "address_line_1": "House no 12",
  "address_line_2": "Near park",
  "phone_number": "12326728772"
}

I want to save these details in a csv file. How can i do it without using any plugins simply in developer tools?

3
  • 1
    Possible duplicate of converting json object to csv format in javascript Commented Nov 2, 2017 at 18:50
  • @meenakshi, Do you download the csv or just read Commented Nov 2, 2017 at 18:55
  • csv file should get created/updated whenever i run the code. Commented Nov 2, 2017 at 18:58

1 Answer 1

0

Why not try using a server side language like php to create the csv file, tried that before.. just googled stuffs up

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.