Contact Form 7 Data As Attachment [closed]

Without any coding you can use the Contact Form 7 to Database Extension plugin which has the ability to export the posted data as CSV.

And if you are up for some coding then you can hook the wpcf7_before_send_mail action hook with your own function to create the csv form the $_POST data and sent it.