Answer the question
In order to leave comments, you need to log in
Converting json2csv on the client using JavaScript. Is there a finished implementation?
I wrote a json2xml
converter here .
Now I would also like to convert to CSV, but there is a nuance:
1. The json objects have a secret field and it contains different keys (depending on the categoryID).
Accordingly, you need to split the array by the categoryID key and generate several CSV files. What about nested secret? For example:
"title","description","categoryID","secret"
"Рабочая сеть", "Сеть на работе","Wi-Fi сети",{"network_name": "ROSTELECOM_2151","password": "123456789"}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question