| Author |
writing to CSV file from a servlet
|
Ruchee Goyal
Greenhorn
Joined: Sep 12, 2006
Posts: 12
|
|
Hi, I'm new to this forum so please forgive me if it's a duplicate question. My problem is that i've the content coming in POST request of a servlet which is being sent as a single element in an arraycollection from Flex Builder client. and from the servlet i need to write that data to a csv file (inserting new line for a space or something) let me know if you need me to explain further.
|
 |
Jaikiran Pai
Marshal
Joined: Jul 20, 2005
Posts: 8147
|
|
You mean you want to know how to write to a file in csv format? There are numerous CSVParsers (and CSVWriter) which can do this. One of them is OpenCSV which has a CSVWriter which can do the job for you [ April 16, 2007: Message edited by: Jaikiran Pai ]
|
[My Blog] [JavaRanch Journal]
|
 |
Ruchee Goyal
Greenhorn
Joined: Sep 12, 2006
Posts: 12
|
|
|
Thanks Jaikiran,
|
 |
 |
|
|
subject: writing to CSV file from a servlet
|
|
|