ConfigurationImpl cfg = new ConfigurationImpl();
cfg.addDatabase(new InMemoryDatabase());
cfg.addDataSource(0, csv);
Comparator cmp = new ExactComparator();
List<Property> props = new ArrayList();
props.add(new PropertyImpl("id"));
props.add(new PropertyImpl("name", cmp, 0.0, 1.0));
props.add(new PropertyImpl("age", cmp, 0.0, 1.0));