Hi, I've just started to use iBatis, and it seems to be working great so far.
But there is one more thing I'd like to do: I need to load some data from CSV files that are loaded into the application at run-time. Normally, this would involve some ODBC driver and a datareader to load data... Hey, wait: Déjà vu! Can I also use iBatis to map my objects when the source is a CSV file specified by the user? Hope I mailed this question to the right place :) -- Per Magne Bjornerud