Search code examples
javacsvtexthsqldb

What is the best tool to query delimited text files in Java?


I need to execute basic queries on a text file which consists of several columns. I tried to use StelsCSV which is a JDBC Driver for CSV files. It is good but commercial. Do you know other tools for the same task?


Solution

  • HSQL has functionality for manipulatng csv data, and it's open source.