Is there any way or any predefined process is available to convert multiple JSON files to CSVs?
Summary:
100's of JSON files need to convert all to CSV format in single go
Content (required):
Need to convert multiple JSON files to CSV format in single go
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
Python Code we are using for JSON to CSV conversion but it is designed to handle single file at a time..
8