Generate a CSV file from a JSON object
问题 It's all in the title, I would like to generate a CSV file from the JSON objet get from this Ajax request, The JSON I get represent all the recordings from a form : I already have something that work for one field value a a single recording (the 0 here) : <!DOCTYPE html> <meta charset="utf-8"/> <html> <head> <title>This is Website Title</title> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js" type="text/javascript"></script> <script src="../FileSaver.js"></script