I am newbie in Groovy & Grails. I want to submit parse CSV file and export into several tables of MySQL database. I have looked some coding but it was confusing for me
Since Groovy integrates with Java you can also use a Java library called opencsv to read the CSV if you're more comfortable with that.