Removal actions
Replacement actions
Column actions
Format actions
Date actions
All date actions work with a reference date and a day offset:- Reference date (
init_date): can betoday(the current date) or a fixed date inYYYY-MM-DDformat. - Day offset (
shift_days): number of days to add or subtract from the reference date. Can be negative. For example,shift_days = -1withinit_date = todayis equivalent to “yesterday.”
Date filtering actions
date_generate_from_relative_value
Generates a date from a numeric value (days) in the field. For example: if the field contains30, it generates the date that is 30 days from the reference date.