Hi! I have developed a groovy application. Now it has been required that for feeding the DB a CSV interface must be provided. That is, I have to load a csv file, parse it and insert records into the DB in a transactional way.
The question is if there exists for groovy something like ostermiller utils (a configurable csv parser).
Thanks in advance,
Luis