English

Convert JSON to CSV in Node.js

JSON files are widely used to transmit data between different applications. CSV, on the other hand, is also a commonly used format to store the data in a comma separated format. In certain cases, you may need to import data from JSON files to CSV. For such cases, this article covers how to convert JSON data to CSV programmatically using Node.js.
September 7, 2021 · 2 min · Usman Aziz