I have a requirement to create a csv file in azure function using nodejs and send the csv file as an attachment to configured users.
Azure function will first get the data from mysql database and then create csv file and email the file as attachment. Any suggestions on how this can be done ? I can get the data from mysql but unclear about the process after that.