-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?

Meenakshi
  • 79
  • 1
  • 7

1 Answers1

0

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

Seyi Daniels
  • 190
  • 2
  • 8