Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

saving a form in JSP as .CSV format

843836Mar 8 2005 — edited Mar 11 2005
Hi, 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 8 2005
Added on Mar 8 2005
5 comments
322 views