public interface SimpleEtl.Transformer
Stateless ETL entry transformer and filter interface
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            public void | 
                            transform(EntryTransform entryTransform)Call methods on EntryTransform to add new entries (generally with different types), modify the current entry's values, or filter the entry.  | 
                        
Call methods on EntryTransform to add new entries (generally with different types), modify the current entry's values, or filter the entry.