Oct 21, 2023 · 4 min read · Introduction: 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...
Join discussion
Aug 8, 2023 · 6 min read · In 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...
Join discussion
Jan 7, 2023 · 2 min read · Introduction:- 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...
Join discussion