AYUSHayushisreal.hashnode.dev·Oct 21, 2023How to Convert JSON to CSV with PythonIntroduction: In today's data-driven world, information is everywhere. Data is the backbone of countless industries, and the ability to work with it is a crucial skill. One common data format is JSON (JavaScript Object Notation), often used for stori...DiscussPython
Darshana Mallicktechtalksonthego.hashnode.dev·Aug 8, 2023Mastering Data Export: Effortless CSV Downloads via POST RequestsIn the ever-evolving realm of web applications, data export stands as a cornerstone, enabling users to capture and analyze information for offline exploration. As scenarios demand the synergy of user inputs and backend processing, the art of handling...Discuss#jsontocsv
padmanabha reddypadmanabha.hashnode.dev·Jan 7, 2023Converting Nested JSON Array to CSV with JQIntroduction:- We can use the following bash program to convert a JOSN array input to CSV format. This program can handle both flat and deeply nested json files. One use case would be to convert mongo DB json array output to CSV format. Prerequisites...Discuss·557 reads#jsontocsv