CSV

to open a CSV file and read and write from it?Is it like opening a normal files and reading from them?Or it is different ?If it What are the technologies that I need?
[187 byte] By [eMerooa] at [2007-11-26 19:44:24]
# 1
A CSV file is just a text file, so you can just read from it like any text file.If you want to use some library code already developed to do this, check out: http://jakarta.apache.org/commons/sandbox/csv/
DrLaszloJamfa at 2007-7-9 22:28:32 > top of Java-index,Java Essentials,New To Java...