Reading csv files efficiently..

Hi..I need to read,parse and insert required data from csv files of size 1 GB into database efficiently.Which is the best approach.Thanks,
[166 byte] By [mohammedkazima] at [2007-10-3 2:53:30]
# 1
Search the forum for a parser and then try using it. Keywords like "csv parser" should get you some hits.
camickra at 2007-7-14 20:42:31 > top of Java-index,Java Essentials,Java Programming...
# 2
I did this search: http://www.google.com/search?q=site%3Ajakarta.apache.org+csv+parserand found this: http://jakarta.apache.org/commons/sandbox/csv/It took only a few seconds.Every java project should start with a google search against apache.org.
paulcwa at 2007-7-14 20:42:31 > top of Java-index,Java Essentials,Java Programming...