I would like to know if there are any inbuilt libraries to read csv files into a java program, just like the DOM and SAX parser libraries that are available to read XML files. Can you please list out them, if any?
PS: I would prefer not to write the logic of parsing them using tokenizer in java as I am reluctant to meddle with the other complexities involved in doing so.