0

I have about 200 nested JSON files that I need to convert into single CSV file to be able to read the data in tabular format. I am looking for ways to use MATLAB to achieve this task.

1 Answer 1

1
  1. use jsondecode to read the JSON file within MATLAB (cf. doc)
  2. convert your data tree into a table
  3. export the table with writetable to a CSV file (cf. doc)
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.