I created table student in oracle database. I have data in text file(i.e notepad). Each data in the notepad is separated by pipe symbol. My requirement is to insert the data from the notepad into the oracle database without the pipe symbol using spring framework.The project should be spring standalone project.
Please visit the following links:
http://www.roseindia.net/tutorial/spring/spring3/jdbc/index.html
http://www.roseindia.net/spring/jdbc-template-batch-update.shtml
Ads