public class TsProcessor extends AbstractProcessor
yyyy-MM-dd HH:mm:ss,SSS
This format can be changed with the following configurations.
TsProcessor.default.time.format - Changes the default time
format used by all data types.TsProcessor.time.format.[some_data_type] - Overrides the default
format for a specific data type.TsProcessor.default.time.regex - Changes the default time
location regex of the time text for all data types.TsProcessor.time.regex.[some_data_type] - Overrides the
default time location regex for a specific data type.| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_DATE_FORMAT |
static String |
DEFAULT_TIME_REGEX |
static String |
TIME_REGEX |
| Constructor and Description |
|---|
TsProcessor() |
getCurrentPos, getStartOffset, process, setCurrentPos, setStartOffsetpublic static final String DEFAULT_DATE_FORMAT
public static final String DEFAULT_TIME_REGEX
public static final String TIME_REGEX
Copyright © 2016 Apache Software Foundation. All Rights Reserved.