com.northconcepts.datapipeline.transform
Class Transformer
java.lang.Object
com.northconcepts.datapipeline.transform.Transformer
- Direct Known Subclasses:
- CopyField, ExcludeFields, FieldTransformer, IncludeFields, LookupTransformer, RenameField, SetCalculatedField, SetField
public abstract class Transformer
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Transformer
public Transformer()
getReader
public TransformingReader getReader()
addExceptionProperties
public DataException addExceptionProperties(DataException exception)
transform
public abstract boolean transform(Record record)
throws Throwable
- Throws:
Throwable
Copyright (c) 2007-2012 North Concepts Inc. All Rights Reserved.