wcs
Class DelimiterProcessor
Object
DelimiterProcessor
- All Implemented Interfaces:
- Job.Processor
public class DelimiterProcessor
- extends Object
- implements Job.Processor
process delimiter attributes in source elements at level 3.
Unless there is _error, no sink, sink='false',
or empty source: if there is non-blank delimiter
split into multiple source elements.
Error if delimiter is not a valid regular expression.
| Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DelimiterProcessor
public DelimiterProcessor()
process
public void process(Job job)
- Specified by:
process in interface Job.Processor