|
Class Summary |
| DateFormatter |
Class DateFormatter is used to convert a date timestamp to a formatted string, where a timestamp
is the number of milliseconds since January 1, 1970, 00:00:00 GMT, using the SimpleDateFormat syntax. |
| DateOperation |
Class DateOperation is the base class for DateFormatter and DateParser. |
| DateParser |
Class DateParser is used to convert a text date string to a timestamp, the number of milliseconds
since January 1, 1970, 00:00:00 GMT, using the SimpleDateFormat syntax. |
| FieldFormatter |
Class FieldFormatter formats the values in a Tuple with a given format and stuffs the result into a new field. |
| FieldJoiner |
Class FieldJoiner joins the values in a Tuple with a given delimiter and stuffs the result into a new field. |
| Texts |
Deprecated. |