this.currentRow = currentRow;
this.dataRow = dataRow;
this.configuration = this.processingContext.getConfiguration();
this.resourceBundleFactory = processingContext.getResourceBundleFactory();
this.dataSchema = new DefaultDataSchema();
this.dataFactory = new CompoundDataFactory();
}