hi all
I have uploaded the file now i weant to read its contents how can i do that with java
Please tell me the approach how should i start that
Thanks
Kirti
Printable View
hi all
I have uploaded the file now i weant to read its contents how can i do that with java
Please tell me the approach how should i start that
Thanks
Kirti
Where did you upload it? Are you trying to read files submitted to a servlet?
yes i am trying that only but i have saved that file in my resources folder i am using struts 2.0 hibernate and spring with jms!!!
You can try to find existing CSV file parsers. May be they will help you to start.