How to download a CSV file on a button click which sends a post request.
The post request has a huge response and hence, getting it from express to front end is not a feasible solution.
I want to get the data on express and create and send a csv to the front end which automatically downloads it.
Can somebody help?