You must have tried with downloading data in CSV using GET request from UI and used Node.js as backend. How are you going to download the same data in csv using POST request from UI ? ( there’s some scenario where you need to consume some data from UI and rest from backend code ) Topics covered: 1. Download CSV using GET request using node.js NPM 2. Download CSV using POST request Download CSV using GET request json2csv If you are using Hapi.js Framework
Topics