Class RenameColumnPatternProcessor

java.lang.Object
com.lumiomedical.etl.dataframe.processor.column.RenameColumnPatternProcessor
All Implemented Interfaces:
TableProcessor

public class RenameColumnPatternProcessor
extends Object
implements TableProcessor
Renames columns from a given table using pattern matching. A mapping function can be provided to determine what to do with the match results. By default, the mapping function will simply use the 1st matching group.
Author:
Pierre Lecerf ([email protected]) Created on 2020/02/26