#!/usr/bin/env groovy // @Grab annotation won't work in scripts import static groovy.grape.Grape.grab grab(group: 'org.apache.commons', module: 'commons-csv', version: '1.5') println "Starting to parse CSV"