groovycsv
groovycsv copied to clipboard
Add configuration option to not throw errors on missing columns
In some applications you might not be sure what columns you are going to get. Therefore it would be good if PropertyMapper.getProperty(name) optionally did not throw an exception, but rather returned null.