Skip to content

Convert

Convert fields from one type to another, e.g. strings to numbers.

FieldTypeRequiredDescription
descriptionstringdescribe this step.
conditionlua-expression (string)Only run this action if the specified condition is met.
autoboolean (bool)Allows auto-conversion, which helps when there are many fields.
null-behaviourNull BehaviourControls what occurs when a field’s value is null or empty.
conversionsConversionsSimple conversions.
unitsUnitsUnit conversions.
suppress-warningsboolean (bool)Suppress warnings generated by this action.
FieldTypeRequiredDescription
fieldstringevent field to be converted in-place.
conversionsymbolconversion operation.
FieldTypeRequiredDescription
fieldstringevent field to be converted in-place.
tosymbolthe unit we are converting to.
fromsymboloptional unit we are converting from.
ValueNameDescription
keepkeepPass through null or empty values
defaultdefaultConvert bool fields to false, num fields to 0 or str fields to an empty string