source: trunk/grails-app/domain/dbnp/importer/ImportMapping.groovy @ 1505

Last change on this file since 1505 was 1505, checked in by t.w.abma@…, 13 years ago
  • fuzzy matching and don't import improved in the properties step of the importer wizard, by default properties are not matched against the Excel fields, but one can now manually apply fuzzy matching
  • added initial fields to ImportMapping? domain
  • Property svn:keywords set to Rev Author Date
File size: 222 bytes
Line 
1package dbnp.importer
2import org.dbnp.gdt.*
3
4class ImportMapping implements Serializable {
5
6        static hasMany = [columns: MappingColumn]   
7    Template template
8    Class entity
9        String name
10
11
12        static constraints = {
13        }
14}
Note: See TracBrowser for help on using the repository browser.