Semantics3 / semantics3-php

DEPRECATED PHP library bindings for the Semantics3 APIs
MIT License
24 stars 21 forks source link

how to convert API query search result into CSV file? #9

Closed jaybeerivera02 closed 9 years ago

jaybeerivera02 commented 9 years ago

how to convert API query search result into CSV file?

vinothgopi commented 9 years ago

You will have to write the code to parse the JSON data using the library we have, extract only the relevant fields, and print it out as CSV.