saving a form in JSP as .CSV format
843836Mar 8 2005 — edited Mar 11 2005Hi, I have created a JSP page that contains a form. This form has a few values such as name, address, state, etc. that i want to collect from the users. My JSP page currently sends me an email with this information but then i have to copy and paste it into excel and save it as CSV, so that I can then enter that data into our database.
How can I save that information from the jsp page as a .csv format, and avoid me having to manually create it once I receive the information by email? is there a way to save it straight into a .csv format? and can that file be emailed?
Thanks,
Carlos